Class AnnotationAFT


public final class AnnotationAFT extends ScalarAFT
An AnnotationAFT represents a subannotation as the type of an annotation field and contains the definition of the subannotation.
  • Field Details

    • annotationDef

      public final AnnotationDef annotationDef
      The definition of the subannotation.
  • Constructor Details

    • AnnotationAFT

      public AnnotationAFT(AnnotationDef annotationDef)
      Constructs a new AnnotationAFT for a subannotation of the given definition.
  • Method Details