org.sonar.plugins.java.api.tree
Interface AnnotationTree

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface AnnotationTree
extends ExpressionTree

Annotation. JLS 9.7

   @annotationType()
   @annotationType() ( arguments() )
 

Since:
Java 1.5

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 Tree annotationType()
           
 List<ExpressionTree> arguments()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

annotationType

Tree annotationType()

arguments

List<ExpressionTree> arguments()


Copyright © 2012-2014 SonarSource. All Rights Reserved.