Module java.compiler

Class SimpleAnnotationValueVisitor14<R,P>

类型参数:
R - 此访问者方法的返回类型
P - 此访问者方法的附加参数的类型
所有已实现的接口:
AnnotationValueVisitor<R,P>

@SupportedSourceVersion(RELEASE_21) public class SimpleAnnotationValueVisitor14<R,P> extends SimpleAnnotationValueVisitor9<R,P>
一个简单的注解值访问者,具有适用于源版本 RELEASE_14 的默认行为。访问方法调用 defaultAction,将它们的参数传递给 defaultAction 的相应参数。
API 注意:
此类中的方法可以根据其一般约定进行重写。
自 JDK 版本:
14
参见:
  • Constructor Details

    • SimpleAnnotationValueVisitor14

      protected SimpleAnnotationValueVisitor14()
      具体子类的构造函数;使用 null 作为默认值。
    • SimpleAnnotationValueVisitor14

      protected SimpleAnnotationValueVisitor14(R defaultValue)
      具体子类的构造函数;使用参数作为默认值。
      参数:
      defaultValue - 要分配给 SimpleAnnotationValueVisitor6.DEFAULT_VALUE 的值