Class MarkerAnnotation

java.lang.Object
All Implemented Interfaces:
IExtendedModifier

public final class MarkerAnnotation extends Annotation
Marker annotation node (added in JLS3 API). The marker annotation "@foo" is equivalent to the normal annotation "@foo()".
 MarkerAnnotation:
   @ TypeName
 
Since:
3.1