View Javadoc
1   package org.checkstyle.suppressionxpathfilter.modifierorder;
2   
3   public @InterfaceAnnotation @interface InputXpathModifierOrderAnnotation { //warn
4       int foo();
5   }
6   
7   @interface InterfaceAnnotation {}