View Javadoc
1   /*
2   MissingDeprecated
3   violateExecutionOnNonTightHtml = (default)false
4   
5   
6   */
7   
8   package com.puppycrawl.tools.checkstyle.checks.annotation.missingdeprecated;
9   
10  import java.lang.annotation.Inherited;
11  /**
12   *
13   * @author idubinin
14   *@deprecated
15   *@deprecated // violation 'Duplicate @deprecated tag.'
16   *stuff
17   *stuff
18   */ // violation below 'Must include.*@java.lang.Deprecated annotation.*@deprecated.*description.'
19  public class InputMissingDeprecatedClass
20  {
21  
22  }