Uses of Interface
io.smallrye.classfile.TypeAnnotation.FormalParameterTarget
Packages that use TypeAnnotation.FormalParameterTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.FormalParameterTarget in io.smallrye.classfile
Methods in io.smallrye.classfile that return TypeAnnotation.FormalParameterTargetModifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.ofMethodFormalParameter(int formalParameterIndex) Returns a target for annotations on the type in a formal parameter declaration of a method, constructor, or lambda expression.