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

クラスSimpleAnnotationValueVisitor8<R,P>

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

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

    • SimpleAnnotationValueVisitor8

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

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