- 所有超接口:
-
ExpressionTree
,Tree
用于注解的树节点。例如:
@
annotationType@
annotationType ( arguments )
- 参见 Java语言规范:
-
9.7 注解
- 自版本:
- 1.6
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getAnnotationType
Tree getAnnotationType()返回注解类型。- 返回:
- 注解类型
-
getArguments
List<? extends ExpressionTree> getArguments()返回注解的参数(如果有)。- 返回:
- 注解类型的参数
-