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
@noinstantiate This class is not intended to be instantiated by clients.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.