Module java.compiler

Class AbstractAnnotationValueVisitor8<R,P>

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

@SupportedSourceVersion(RELEASE_8) public abstract class AbstractAnnotationValueVisitor8<R,P> extends AbstractAnnotationValueVisitor7<R,P>
适用于RELEASE_8源版本的注解值的骨架访问者的默认行为。
自 JDK 版本:
1.8
参见:
  • Constructor Details

    • AbstractAnnotationValueVisitor8

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