Class MarkerAnnotationExpr

All Implemented Interfaces:
NodeWithName<AnnotationExpr>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedAnnotationDeclaration>, Cloneable

public class MarkerAnnotationExpr extends AnnotationExpr
An annotation that uses only the annotation type name.
@Override
Author:
Julio Vilmar Gesser
  • Constructor Details

    • MarkerAnnotationExpr

      public MarkerAnnotationExpr()
    • MarkerAnnotationExpr

      public MarkerAnnotationExpr(String name)
    • MarkerAnnotationExpr

      public MarkerAnnotationExpr(Name name)
    • MarkerAnnotationExpr

      public MarkerAnnotationExpr(TokenRange tokenRange, Name name)
      This constructor is used by the parser and is considered private.
  • Method Details