Uses of Interface
io.smallrye.classfile.TypeAnnotation.EmptyTarget
Packages that use TypeAnnotation.EmptyTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.EmptyTarget in io.smallrye.classfile
Methods in io.smallrye.classfile that return TypeAnnotation.EmptyTargetModifier and TypeMethodDescriptionstatic TypeAnnotation.EmptyTargetTypeAnnotation.TargetInfo.of(TypeAnnotation.TargetType targetType) Returns a target for annotations.static TypeAnnotation.EmptyTargetTypeAnnotation.TargetInfo.ofField()Returns a target for annotations on the type in a field or record declaration.static TypeAnnotation.EmptyTargetTypeAnnotation.TargetInfo.ofMethodReceiver()Returns a target for annotations on the receiver type of a method or constructor.static TypeAnnotation.EmptyTargetTypeAnnotation.TargetInfo.ofMethodReturn()Returns a target for annotations on the return type of a method or a newly constructed object.