| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AnnotationAppender.Target.OnField
Target for an annotation that is written to a Java field. 
 | 
static class  | 
AnnotationAppender.Target.OnMethod
Target for an annotation that is written to a Java method or constructor. 
 | 
static class  | 
AnnotationAppender.Target.OnMethodParameter
Target for an annotation that is written to a Java method or constructor parameter. 
 | 
static class  | 
AnnotationAppender.Target.OnRecordComponent
Target for an annotation that is written to a Java record component. 
 | 
static class  | 
AnnotationAppender.Target.OnType
Target for an annotation that is written to a Java type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotationAppender.Target | 
MethodAttributeAppender.Explicit.Target.make(MethodVisitor methodVisitor,
    MethodDescription methodDescription)
Materializes the target for a given creation process. 
 | 
AnnotationAppender.Target | 
MethodAttributeAppender.Explicit.Target.OnMethod.make(MethodVisitor methodVisitor,
    MethodDescription methodDescription)
Materializes the target for a given creation process. 
 | 
AnnotationAppender.Target | 
MethodAttributeAppender.Explicit.Target.OnMethodParameter.make(MethodVisitor methodVisitor,
    MethodDescription methodDescription)
Materializes the target for a given creation process. 
 | 
| Constructor and Description | 
|---|
Default(AnnotationAppender.Target target)
Creates a default annotation appender. 
 | 
Copyright © 2014–2020. All rights reserved.