Class SingleMemberAnnotation

java.lang.Object
All Implemented Interfaces:
IExtendedModifier

public final class SingleMemberAnnotation extends Annotation
Single member annotation node (added in JLS3 API). The single member annotation "@foo(bar)" is equivalent to the normal annotation "@foo(value=bar)".
 SingleMemberAnnotation:
   @ TypeName ( Expression  )
 

Within annotations, only certain kinds of expressions are meaningful, including other annotations.

Since:
3.1