Uses of Interface
java.lang.classfile.TypeAnnotation.EmptyTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.EmptyTargetPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.of
(TypeAnnotation.TargetTypePREVIEW targetType) Returns a target for annotations.TypeAnnotation.TargetInfo.ofField()
Returns a target for annotations on the type in a field or record declaration.TypeAnnotation.TargetInfo.ofMethodReceiver()
Returns a target for annotations on the receiver type of a method or constructor.TypeAnnotation.TargetInfo.ofMethodReturn()
Returns a target for annotations on the return type of a method or a newly constructed object.