For example, the abstract and public modifiers are redundant and will be reported by the inspection:
abstract
public
abstract interface Printer { public int size(); }