View Javadoc
1   package org.checkstyle.suppressionxpathfilter.uncommentedmain;
2   
3   public class InputXpathUncommentedMainDefault {
4       public static void main(String... args) {} // warn
5   }