モジュール java.compiler
パッケージ javax.lang.model.util

クラスSimpleAnnotationValueVisitor7<R,​P>

型パラメータ:
R - このビジターのメソッドの戻り型
P - このビジターのメソッドに追加するパラメータの型。
すべての実装されたインタフェース:
AnnotationValueVisitor<R,​P>
直系の既知のサブクラス:
SimpleAnnotationValueVisitor8

@SupportedSourceVersion(RELEASE_7)public classSimpleAnnotationValueVisitor7<R,​P> extends SimpleAnnotationValueVisitor6<R,​P>
RELEASE_7ソース・バージョンに適したデフォルトの動作を持つ、注釈値の単純なビジターです。 ビジット・メソッドは、defaultActionを呼び出します。その際、defaultActionの対応するパラメータに引数を渡します。
APIのノート:
このクラスのメソッドは、一般規約に従ってオーバーライドできます。
導入されたバージョン:
1.7
関連項目:
サブクラスの互換性に関する注意, SimpleAnnotationValueVisitor6, SimpleAnnotationValueVisitor8, SimpleAnnotationValueVisitor9, SimpleAnnotationValueVisitor14
  • コンストラクタの詳細

    • SimpleAnnotationValueVisitor7

      @Deprecated(since="12") protected SimpleAnnotationValueVisitor7()
      非推奨。
      リリース7は廃止されました。新しいリリース・レベルのビジターに更新します。
      具象サブクラスのコンストラクタです。デフォルト値にnullを使用します。
    • SimpleAnnotationValueVisitor7

      @Deprecated(since="12")protected SimpleAnnotationValueVisitor7(R defaultValue)
      非推奨。
      リリース7は廃止されました。新しいリリース・レベルのビジターに更新します。
      具象サブクラスのコンストラクタです。デフォルト値に引数を使用します。
      パラメータ:
      defaultValue - 割り当てる値SimpleAnnotationValueVisitor6.DEFAULT_VALUE