Uses of Interface
java.lang.classfile.TypeAnnotation.TypeParameterBoundTarget
Packages that use TypeAnnotation.TypeParameterBoundTargetPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypeParameterBoundTargetPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return TypeAnnotation.TypeParameterBoundTargetPREVIEWModifier 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.TargetTypePREVIEW 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.