View Javadoc
1   /*
2   JavadocContentLocation
3   location = FIRST_LINE
4   
5   
6   */
7   
8   package com.puppycrawl.tools.checkstyle.checks.javadoc.javadoccontentlocation;
9   
10  /**
11   * // violation above 'Javadoc content should start from the same line as /\*\*.'
12   */
13  public interface InputJavadocContentLocationInterface {
14  
15  }