Annotation Type InlineComments
-
@Target(FIELD) @Retention(RUNTIME) public @interface InlineComments
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description InlineComment[]valueMultiple inline comments support.
-
-
-
Element Detail
-
value
InlineComment[] value
Multiple inline comments support.- Returns:
- inline comment contents.
- See Also:
InlineComment
-
-