Uses of Annotation Type
net.bytebuddy.asm.Advice.AssignReturned.ToAllArguments
Packages that use Advice.AssignReturned.ToAllArguments
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of Advice.AssignReturned.ToAllArguments in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return types with arguments of type Advice.AssignReturned.ToAllArgumentsModifier and TypeMethodDescriptionAdvice.AssignReturned.ToAllArguments.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.ToAllArgumentsModifier and TypeMethodDescriptionAdvice.AssignReturned.ToAllArguments.Handler.Factory.make
(TypeDescription typeDescription, boolean exit, AnnotationDescription.Loadable<? extends Advice.AssignReturned.ToAllArguments> annotation) Resolves a list of handlers for this factory.