模块 java.compiler

类 AbstractAnnotationValueVisitor9<R,P>

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

@SupportedSourceVersion (RELEASE_14 ) public abstract class AbstractAnnotationValueVisitor9<R,P> extends AbstractAnnotationValueVisitor8 <R,P>
具有适用于源版本 RELEASE_9 RELEASE_14 的默认行为的注解值的骨架访问者。
自从:
9
参见:
  • 构造方法详细信息

    • AbstractAnnotationValueVisitor9

      protected AbstractAnnotationValueVisitor9()
      要调用的具体子类的构造方法。