Annotation Interface Comment
@Documented
@Repeatable(CommentsHolder.class)
@Retention(RUNTIME)
@Target({TYPE,FIELD})
public @interface Comment
Creates a comment.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionComment position.int
-
Element Details
-
value
CommentValue[] value
-
-
-
at
Comment.At atComment position.- Default:
- PREPEND
-
commentValueIndent
int commentValueIndent- Default:
- -1
-