Uses of Interface
java.lang.classfile.TypeAnnotation.TypeParameterBoundTarget
Packages that use TypeAnnotation.TypeParameterBoundTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypeParameterBoundTarget in java.lang.classfile
Methods in java.lang.classfile that return TypeAnnotation.TypeParameterBoundTargetModifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.ofClassTypeParameterBound
(int typeParameterIndex, int boundIndex) Returns a target for annotations on the i'th bound of the j'th type parameter declaration of a generic class, or interface.TypeAnnotation.TargetInfo.ofMethodTypeParameterBound
(int typeParameterIndex, int boundIndex) Returns a target for annotations on the i'th bound of the j'th type parameter declaration of a generic method, or constructor.TypeAnnotation.TargetInfo.ofTypeParameterBound
(TypeAnnotation.TargetType targetType, int typeParameterIndex, int boundIndex) Returns a target for annotations on the i'th bound of the j'th type parameter declaration of a generic class, interface, method, or constructor.