Module java.compiler

Class AbstractAnnotationValueVisitor14<R,P>

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

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

    • AbstractAnnotationValueVisitor14

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