View Javadoc
1   /*
2   ModifierOrder
3   
4   
5   */
6   
7   package com.puppycrawl.tools.checkstyle.checks.modifier.modifierorder;
8   // violation below ''@InterfaceAnnotation' annotation.*not precede non-annotation modifiers.'
9   public @InterfaceAnnotation @interface InputModifierOrderAnnotationDeclaration {
10      int getValue();
11  }
12  
13  @interface InterfaceAnnotation {}