Module java.compiler

Class AbstractAnnotationValueVisitor9<R,P>

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

@SupportedSourceVersion(RELEASE_14) public abstract class AbstractAnnotationValueVisitor9<R,P> extends AbstractAnnotationValueVisitor8<R,P>
适用于源版本RELEASE_9RELEASE_14的注解值的骨架访问者,具有适用于默认行为。
自从:
9
参见:
  • Constructor Details

    • AbstractAnnotationValueVisitor9

      protected AbstractAnnotationValueVisitor9()
      具体子类调用的构造函数。