Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: AnnotationTree [javadoc | source]

All Implemented Interfaces:
    ExpressionTree

All Known Implementing Classes:
    JCAnnotation

A tree node for an annotation. For example:
   {@code @}annotationType
   {@code @}annotationType ( arguments )
Method from com.sun.source.tree.AnnotationTree Summary:
getAnnotationType,   getArguments
Method from com.sun.source.tree.AnnotationTree Detail:
 public Tree getAnnotationType()
 public List<ExpressionTree> getArguments()