public abstract class GeneratedAnnotationTarget extends Object
Constructor and Description |
---|
GeneratedAnnotationTarget() |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(Class annotation) |
void |
addAnnotation(GeneratedAnnotation annotation) |
void |
addAnnotation(MetaClass annotation) |
void |
addComment(Format comment) |
List<GeneratedAnnotation> |
getAnnotations() |
Format |
getComments() |
List<Format> |
getRawComments() |
boolean |
hasMetadata() |
public final List<GeneratedAnnotation> getAnnotations()
public final void addAnnotation(Class annotation)
public final void addAnnotation(MetaClass annotation)
public final void addAnnotation(GeneratedAnnotation annotation)
public void addComment(Format comment)
public Format getComments()
public final boolean hasMetadata()
see also the complete user documentation .