Used in conjunction with the
AnnotateWith annotation to indicate which kind of annotation
is specified for generated code.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
target
AnnotationTarget target- Returns:
- the location where the annotation is specified.
-
type
Class<? extends Annotation> type- Returns:
- the annotation class that this annotation represents.
-
-
-
elements
String elementsThe annotation elements as a set of key-value pair.Represented in CSV format:
elementName1=value1, elementName2=value2
- Returns:
- the annotation elements
- Default:
- ""
-