See: Description
Interface | Description |
---|---|
AnnotationAppender |
Annotation appenders are capable of writing annotations to a specified target.
|
AnnotationAppender.Target |
Represents a target for an annotation writing process.
|
Class | Description |
---|---|
AnnotationAppender.Default |
A default implementation for an annotation appender that writes annotations to a given byte consumer
represented by an ASM
AnnotationVisitor . |
AnnotationAppender.Target.OnField |
Target for an annotation that is written to a Java field.
|
AnnotationAppender.Target.OnMethod |
Target for an annotation that is written to a Java method or constructor.
|
AnnotationAppender.Target.OnMethodParameter |
Target for an annotation that is written to a Java method or constructor parameter.
|
AnnotationAppender.Target.OnType |
Target for an annotation that is written to a Java type.
|
Enum | Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.