Module java.compiler

Class AbstractAnnotationValueVisitor7<R,P>

java.lang.Object
javax.lang.model.util.AbstractAnnotationValueVisitor6<R,P>
javax.lang.model.util.AbstractAnnotationValueVisitor7<R,P>
类型参数:
R - 此访问者方法的返回类型
P - 此访问者方法的附加参数的类型。
所有已实现的接口:
AnnotationValueVisitor<R,P>
直接已知的子类:
AbstractAnnotationValueVisitor8

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

    • AbstractAnnotationValueVisitor7

      @Deprecated(since="12") protected AbstractAnnotationValueVisitor7()
      Deprecated.
      Release 7 is obsolete; update to a visitor for a newer release level.
      具体子类调用的构造函数。