インタフェースjava.lang.classfile.TypeAnnotation.TypeParameterTargetの
使用
TypeAnnotation.TypeParameterTargetを使用するパッケージ
-
java.lang.classfileでのTypeAnnotation.TypeParameterTargetの使用
修飾子と型メソッド説明TypeAnnotation.TargetInfo.ofClassTypeParameter(int typeParameterIndex) クラス型パラメータ宣言の注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofMethodTypeParameter(int typeParameterIndex) メソッド型パラメータ宣言の注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofTypeParameter(TypeAnnotation.TargetType targetType, int typeParameterIndex) クラスまたはメソッド型のパラメータ宣言の注釈のターゲットを返します。