インタフェースAnnotation
-
メソッドのサマリー
修飾子と型メソッド説明注釈インタフェースの「記述子文字列」を保持する定数プール・エントリを返します。default ClassDesc
注釈インタフェースをシンボリック記述子として返します。elements()
注釈の要素と値のペアを返します。static Annotation
of
(Utf8Entry annotationClass, AnnotationElement... elements) 注釈を返します。static Annotation
of
(Utf8Entry annotationClass, List<AnnotationElement> elements) 注釈を返します。static Annotation
of
(ClassDesc annotationClass, AnnotationElement... elements) 注釈を返します。static Annotation
of
(ClassDesc annotationClass, List<AnnotationElement> elements) 注釈を返します。
-
メソッドの詳細
-
className
-
classSymbol
-
elements
-
of
static Annotation of(Utf8Entry annotationClass, List<AnnotationElement> elements) 注釈を返します。- パラメータ:
annotationClass
- 注釈インタフェースの記述子文字列を保持する定数プール・エントリelements
- 注釈の要素と値のペア- 戻り値:
- 注釈
-
of
static Annotation of(Utf8Entry annotationClass, AnnotationElement... elements) 注釈を返します。- パラメータ:
annotationClass
- 注釈インタフェースの記述子文字列を保持する定数プール・エントリelements
- 注釈の要素と値のペア- 戻り値:
- 注釈
-
of
static Annotation of(ClassDesc annotationClass, List<AnnotationElement> elements) 注釈を返します。- パラメータ:
annotationClass
- 注釈インタフェースの記述子elements
- 注釈の要素と値のペア- 戻り値:
- 注釈
-
of
static Annotation of(ClassDesc annotationClass, AnnotationElement... elements) 注釈を返します。- パラメータ:
annotationClass
- 注釈インタフェースの記述子elements
- 注釈の要素と値のペア- 戻り値:
- 注釈
-