-
@Documented @Retention(RUNTIME) @Repeatable(ApiIssues.class) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface ApiIssue
Description of one API issue. This annotation can be repeated to describe multiple issues. It is used in combination withNoApi
,StubApi
,DraftApi
, orCompleteApi
, 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
-
-