View Javadoc
1   package org.checkstyle.suppressionxpathfilter.annotationusestyle;
2   
3   @Deprecated //warn
4   public class InputXpathAnnotationUseStyleTwo {
5   
6   }