Uses of Interface
io.smallrye.classfile.TypeAnnotation.TypeParameterTarget
Packages that use TypeAnnotation.TypeParameterTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypeParameterTarget in io.smallrye.classfile
Methods in io.smallrye.classfile that return TypeAnnotation.TypeParameterTargetModifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.ofClassTypeParameter(int typeParameterIndex) Returns a target for annotations on a class type parameter declaration.TypeAnnotation.TargetInfo.ofMethodTypeParameter(int typeParameterIndex) Returns a target for annotations on a method type parameter declaration.TypeAnnotation.TargetInfo.ofTypeParameter(TypeAnnotation.TargetType targetType, int typeParameterIndex) Returns a target for annotations on a class or method type parameter declaration.