View Javadoc
1   package org.checkstyle.suppressionxpathfilter.matchxpath;
2   
3   public class InputXpathMatchXpathEncodedGreaterChar {
4       char greaterChar = '>'; // warning
5   }