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

クラスSimpleAnnotationValueVisitor14<R,​P>

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

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

    • SimpleAnnotationValueVisitor14

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

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