View Javadoc
1   package org.checkstyle.suppressionxpathfilter.illegaltokentext;
2   
3   public interface InputXpathIllegalTokenTextInterface {
4       void invalidIdentifier(); // warn
5   }