Package | Description |
---|---|
net.bytebuddy.instrumentation.attribute.annotation |
Types and classes in this package are responsible for writing Java annotations to a Java type, field or byte code
method.
|
Class and Description |
---|
AnnotationAppender
Annotation appenders are capable of writing annotations to a specified target.
|
AnnotationAppender.AnnotationVisibility
Determines if an annotation should be written to a specified target and if the annotation should be marked
as being visible at runtime.
|
AnnotationAppender.Target
Represents a target for an annotation writing process.
|
Copyright © 2014. All rights reserved.