例如,abstract 和 public 修饰符是冗余的,会被检查报告:
abstract
public
abstract interface Printer { public int size(); }