Uses of Interface
io.smallrye.classfile.TypeAnnotation.TypeParameterBoundTarget
Packages that use TypeAnnotation.TypeParameterBoundTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypeParameterBoundTarget in io.smallrye.classfile
Methods in io.smallrye.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.