Package eu.bandm.tools.metajava
Class GeneratedAnnotationTarget
java.lang.Object
eu.bandm.tools.metajava.GeneratedAnnotationTarget
- Direct Known Subclasses:
GeneratedAnnotatedType,GeneratedDeclaration,GeneratedPackage,GeneratedParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddAnnotation(GeneratedAnnotation annotation) final voidaddAnnotation(MetaClass annotation) final voidaddAnnotation(Class<? extends Annotation> annotation) voidaddComment(Format comment) Add a format of the contents of a future doc comment.final List<GeneratedAnnotation> Return all accumulated comment formats wrapped into the Java syntay for API comments.final boolean
-
Constructor Details
-
GeneratedAnnotationTarget
public GeneratedAnnotationTarget()
-
-
Method Details
-
getAnnotations
-
addAnnotation
-
addAnnotation
-
addAnnotation
-
addComment
Add a format of the contents of a future doc comment. -
getRawComments
-
getComments
Return all accumulated comment formats wrapped into the Java syntay for API comments. Or an empty format, if not such comments exist. -
hasMetadata
public final boolean hasMetadata()
-