View Javadoc
1   /*
2   com.puppycrawl.tools.checkstyle.meta.JavadocMetadataScraper
3   writeXmlOutput = false
4   
5   
6   */
7   
8   package com.puppycrawl.tools.checkstyle.meta.javadocmetadatascraper;
9   
10  /**
11   * <p>
12   * Checks whether file contains code. Files which are considered to have no code:
13   * </p>
14   * <ul>
15   * <li>
16   * File with no text
17   * </li>
18   * <li>
19   * File with single-line comment(s)
20   * </li>
21   * <li>
22   * File with a multi line comment(s).
23   * </li>
24   * </ul>
25   * <p>
26   * <ul>
27   * <li>
28   * Property {@code misplacedType} - Some long wrapped
29   * description. Type is {@code java.lang.String}.
30   * Default value is {@code ""}.
31   * </li>
32   * </ul>
33   *
34   * @since 8.33
35   */
36  public class InputJavadocMetadataScraperPropertyMisplacedTypeCheck {
37  }