Class GeneratedAnnotationTarget

java.lang.Object
eu.bandm.tools.metajava.GeneratedAnnotationTarget
Direct Known Subclasses:
GeneratedDeclaration, GeneratedPackage, GeneratedParameter

public abstract class GeneratedAnnotationTarget extends Object
  • Constructor Details

    • GeneratedAnnotationTarget

      public GeneratedAnnotationTarget()
  • Method Details

    • getAnnotations

      public final List<GeneratedAnnotation> getAnnotations()
    • addAnnotation

      public final void addAnnotation(Class annotation)
    • addAnnotation

      public final void addAnnotation(MetaClass annotation)
    • addAnnotation

      public final void addAnnotation(GeneratedAnnotation annotation)
    • addComment

      public void addComment(Format comment)
    • getRawComments

      public List<Format> getRawComments()
    • getComments

      public Format getComments()
    • hasMetadata

      public final boolean hasMetadata()