Uses of Interface
java.lang.classfile.TypeAnnotation.TypeParameterTarget
Packages that use TypeAnnotation.TypeParameterTargetPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypeParameterTargetPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return TypeAnnotation.TypeParameterTargetPREVIEWModifier 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.TargetTypePREVIEW targetType, int typeParameterIndex) Returns a target for annotations on a class or method type parameter declaration.