View Javadoc
1   /*
2   CommentsIndentation
3   tokens = (default)SINGLE_LINE_COMMENT, BLOCK_COMMENT_BEGIN
4   
5   
6   */
7   
8   package com.puppycrawl.tools.checkstyle.checks.indentation.commentsindentation;
9   
10  import java.lang.reflect.Constructor;
11  import java.lang.reflect.Field;
12  import java.lang.reflect.Method;
13  
14  
15  /**
16   * Represents either a {@link Field}, a {@link Method} or a {@link Constructor}.
17   * Provides convenience methods such as {@link #isPublic} and {@link #isPackagePrivate}.
18   *
19   */
20  class InputCommentsIndentationNoNpe {
21  
22  }
23  /* The Check should not throw NPE here! */