View Javadoc
1   package org.checkstyle.suppressionxpathfilter.missingoverride;
2   
3   public interface InputXpathMissingOverrideInterface {
4       /**
5        * {@inheritDoc}
6        */
7       boolean test(Object obj); // warn
8   }