インタフェースjava.lang.classfile.TypeAnnotation.TypeParameterBoundTargetの
使用
TypeAnnotation.TypeParameterBoundTargetを使用するパッケージ
-
java.lang.classfileでのTypeAnnotation.TypeParameterBoundTargetの使用
修飾子と型メソッド説明TypeAnnotation.TargetInfo.ofClassTypeParameterBound(int typeParameterIndex, int boundIndex) ジェネリック・クラスまたはインタフェースのj番目の型パラメータ宣言のi番目の境界にある注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofMethodTypeParameterBound(int typeParameterIndex, int boundIndex) ジェネリック・メソッドまたはコンストラクタのj番目の型パラメータ宣言のi番目の境界にある注釈のターゲットを返します。TypeAnnotation.TargetInfo.ofTypeParameterBound(TypeAnnotation.TargetType targetType, int typeParameterIndex, int boundIndex) 汎用クラス、インタフェース、メソッドまたはコンストラクタのj番目の型パラメータ宣言のi番目の境界にある注釈のターゲットを返します。