com.sun.source.tree
Interface AnnotationTree
- All Superinterfaces:
- ExpressionTree, Tree
public interface AnnotationTree
- extends ExpressionTree
A tree node for an annotation.
For example:
@
annotationType
@
annotationType ( arguments )
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 9.7"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getAnnotationType
Tree getAnnotationType()
getArguments
List<? extends ExpressionTree> getArguments()
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.