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

クラスSimpleAnnotationValueVisitor9<R,​P>

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

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

    • SimpleAnnotationValueVisitor9

      protected SimpleAnnotationValueVisitor9()
      具象サブクラスのコンストラクタです。デフォルト値にnullを使用します。
    • SimpleAnnotationValueVisitor9

      protected SimpleAnnotationValueVisitor9(R defaultValue)
      具象サブクラスのコンストラクタです。デフォルト値に引数を使用します。
      パラメータ:
      defaultValue - 割り当てる値SimpleAnnotationValueVisitor6.DEFAULT_VALUE