Module jdk.compiler

Interface AnnotationTree

All Superinterfaces:
ExpressionTree, Tree

public interface AnnotationTree extends ExpressionTree
A tree node for an annotation. For example:
    @annotationType
    @annotationType ( arguments )
 
See Java Language Specification:
9.7 Annotations
Since:
1.6