View Javadoc
1   package org.checkstyle.suppressionxpathfilter.matchxpath;
2   
3   public class InputXpathMatchXpathEncodedGreaterString {
4       String greaterChar = ">testFour"; // warning
5   }