Uses of Interface
net.bytebuddy.implementation.attribute.MethodAttributeAppender.Explicit.Target
Packages that use MethodAttributeAppender.Explicit.Target
Package
Description
All types and classes in this package are responsible for writing attributes for a given Java byte code element,
i.e.
-
Uses of MethodAttributeAppender.Explicit.Target in net.bytebuddy.implementation.attribute
Classes in net.bytebuddy.implementation.attribute that implement MethodAttributeAppender.Explicit.TargetModifier and TypeClassDescriptionstatic enumA method attribute appender target for writing annotations directly onto the method.static classA method attribute appender target for writing annotations onto a given method parameter.Fields in net.bytebuddy.implementation.attribute declared as MethodAttributeAppender.Explicit.TargetModifier and TypeFieldDescriptionprivate final MethodAttributeAppender.Explicit.TargetMethodAttributeAppender.Explicit.targetThe target to which the annotations are written to.Constructors in net.bytebuddy.implementation.attribute with parameters of type MethodAttributeAppender.Explicit.TargetModifierConstructorDescriptionprotectedExplicit(MethodAttributeAppender.Explicit.Target target, List<? extends AnnotationDescription> annotations) Creates an explicit annotation appender for a either a method or one of its parameters..