Class SingleMemberAnnotationExpr

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

public class SingleMemberAnnotationExpr extends AnnotationExpr
An annotation that has a single value.
@Count(15)
Author:
Julio Vilmar Gesser