Annotation Interface Issue
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface Issue
Describes an issue that is related to the annotated
element.
- Author:
- Laird Nelson
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDescribes when the issue itself was created.A description of the issue.A description of the effect the issue has on the annotated element.Identifying information about the issue.How the issue was resolved.When the issue was resolved.The severity of the issue.A description of the current status of the issue.The kind of issue this is.Where more information about the issue may be found.
-
Element Details
-
createdOn
Describes when the issue itself was created.- Returns:
- a description of when the issue itself was created
- Default:
- ""
-
description
A description of the issue.- Returns:
- a description of the issue
- Default:
- ""
-
effect
A description of the effect the issue has on the annotated element.- Returns:
- a description of the effect the issue has on the annotated element
- Default:
- ""
-
id
Identifying information about the issue.- Returns:
- identifying information about the issue
- Default:
- ""
-
type
The kind of issue this is.- Returns:
- the kind of issue this is
- Default:
- ""
-
resolution
How the issue was resolved.- Returns:
- how the issue was resolved
- Default:
- ""
-
resolvedOn
When the issue was resolved.- Returns:
- a
String
describing when the issue was resolved
- Default:
- ""
-
status
A description of the current status of the issue.- Returns:
- a description of the current status of the issue
- Default:
- ""
-
severity
The severity of the issue.- Returns:
- the severity of the issue
- Default:
- ""
-
uri
Where more information about the issue may be found.- Returns:
- where more information about the issue may be found in URI form
- Default:
- ""
-