View Javadoc
1   /*
2   MissingDeprecated
3   violateExecutionOnNonTightHtml = (default)false
4   
5   
6   */
7   
8   /**
9    * Wrong header
10   */
11  // test
12  
13  package com.puppycrawl.tools.checkstyle.checks.annotation.missingdeprecated;
14  
15  /**
16   * @deprecated do not use
17   */
18  @Deprecated
19  class InputMissingDeprecatedSingleComment {
20  }