模块  jdk.compiler
软件包  com.sun.source.tree

Interface AnnotationTree

  • All Superinterfaces:
    ExpressionTree

    public interface AnnotationTree
    extends ExpressionTree
    注释的树节点。 例如:
      @annotationType
        @annotationType ( arguments ) 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第9.7节
    • 方法详细信息

      • getAnnotationType

         getAnnotationType()
        返回注释类型。
        结果
        注释类型
      • getArguments

        List<? extends ExpressionTree> getArguments()
        返回注释的参数(如果有)。
        结果
        注释类型的参数