Uses of Annotation Type
net.bytebuddy.asm.Advice.AssignReturned.ToArguments
Packages that use Advice.AssignReturned.ToArguments
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.AssignReturned.ToArguments in net.bytebuddy.asm
Classes in net.bytebuddy.asm that implement interfaces with type arguments of type Advice.AssignReturned.ToArgumentsModifier and TypeClassDescriptionstatic enumA factory to create a handler for aAdvice.AssignReturned.ToArgumentsannotation.Methods in net.bytebuddy.asm that return types with arguments of type Advice.AssignReturned.ToArgumentsModifier and TypeMethodDescriptionAdvice.AssignReturned.ToArguments.Handler.Factory.getAnnotationType()Returns the annotation type that activates this handler factory.Method parameters in net.bytebuddy.asm with type arguments of type Advice.AssignReturned.ToArgumentsModifier and TypeMethodDescriptionAdvice.AssignReturned.ToArguments.Handler.Factory.make(TypeDescription returnType, boolean exit, AnnotationDescription.Loadable<? extends Advice.AssignReturned.ToArguments> annotation) Resolves a list of handlers for this factory.