Class Annotation

java.lang.Object
All Implemented Interfaces:
IExtendedModifier
Direct Known Subclasses:
MarkerAnnotation, NormalAnnotation, SingleMemberAnnotation

public abstract class Annotation extends Expression implements IExtendedModifier
Abstract base class of AST nodes that represent annotations.
 Annotation:
                NormalAnnotation
                MarkerAnnotation
                SingleMemberAnnotation
 
Since:
3.1