Class NormalAnnotationExpr

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

public class NormalAnnotationExpr extends AnnotationExpr
An annotation that has zero or more key-value pairs.
@Mapping(a=5, d=10)
Author:
Julio Vilmar Gesser