@Retention(value=RUNTIME)
public @interface Annotation
AnnotateWith annotation to indicate which kind of annotation
is specified for generated code.| Modifier and Type | Required Element and Description |
|---|---|
AnnotationTarget |
target |
java.lang.Class<? extends java.lang.annotation.Annotation> |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
elements
The annotation elements as a set of key-value pair.
|
public abstract AnnotationTarget target