View Javadoc
1   package org.checkstyle.suppressionxpathfilter.javadoccontentlocation;
2   
3   public interface InputXpathJavadocContentLocationTwo {
4   
5       /* warn */ /**
6        * Text.
7        */
8       void test();
9   }