Package | Description |
---|---|
net.bytebuddy.implementation.attribute |
All types and classes in this package are responsible for writing attributes for a given Java byte code element,
i.e. fields, types and byte code methods.
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodAttributeAppender.Explicit.Target.OnMethod
A method attribute appender target for writing annotations directly onto the method.
|
static class |
MethodAttributeAppender.Explicit.Target.OnMethodParameter
A method attribute appender target for writing annotations onto a given method parameter.
|
Constructor and Description |
---|
Explicit(MethodAttributeAppender.Explicit.Target target,
List<? extends AnnotationDescription> annotations)
Creates an explicit annotation appender for a either a method or one of its parameters..
|
Copyright © 2014–2016. All rights reserved.