View Javadoc
1   package org.checkstyle.suppressionxpathfilter.suppresswarnings;
2   
3   public @interface InputXpathSuppressWarningsAnnotationFieldDefinition {
4           @SuppressWarnings("") // warn
5           String foo() default "bar";
6   }