-
@Documented @Retention(RUNTIME) @Repeatable(DocIssues.class) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface DocIssue
Description of one documentation issue. This annotation can be repeated to describe multiple issues. It is used in combination withNoDocs,StubDocs,DraftDocs, orCompleteDocs, especially when there are too many issues to list on one line.
-
-
Element Detail
-
value
String value
Description of the issue.- Returns:
- free-form issue description in Markdown syntax
-
-