예를 들어, abstract 및 public 제어자는 불필요하며 이 검사에 의해 보고됩니다:
abstract
public
abstract interface Printer { public int size(); }