File
Doc
Category
Size
Date
Package
AnnotationTree.java
API Doc
Java SE 6 API
843
Tue Jun 10 00:23:24 BST 2008
com.sun.source.tree
AnnotationTree
public interface AnnotationTree implements ExpressionTree
A tree node for an annotation. For example:
{@code @}
annotationType
{@code @}
annotationType
(
arguments
)
see
"The Java Language Specification, 3rd ed, section 9.7"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.Tree
getAnnotationType
()
public
java.util.List
getArguments
()
Java Code Source