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

インタフェースAnnotationValue


public interface AnnotationValue
注釈インタフェース要素の値を表します。 値は、次の型のいずれかになります。
  • プリミティブ型のラッパー・クラス(Integerなど)
  • String
  • TypeMirror
  • VariableElement (enum定数を表す)
  • AnnotationMirror
  • List<? extends AnnotationValue> (値が配列の場合、宣言されている順序で要素を表す)
導入されたバージョン:
1.6