View Javadoc
1   package org.checkstyle.suppressionxpathfilter.nowhitespaceafter;
2   
3   public class InputXpathNoWhitespaceAfter {
4       int bad = - 1;//warn
5       int good = -1;
6   }