FileDocCategorySizeDatePackage
AnnotationTree.javaAPI DocJava SE 6 API843Tue Jun 10 00:23:24 BST 2008com.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

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public com.sun.source.tree.TreegetAnnotationType()

public java.util.ListgetArguments()