public static interface AnnotationAppender.Target
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | AnnotationAppender.Target.OnFieldTarget for an annotation that is written to a Java field. | 
| static class  | AnnotationAppender.Target.OnMethodTarget for an annotation that is written to a Java method or constructor. | 
| static class  | AnnotationAppender.Target.OnMethodParameterTarget for an annotation that is written to a Java method or constructor parameter. | 
| static class  | AnnotationAppender.Target.OnTypeTarget for an annotation that is written to a Java type. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationVisitor | visit(String annotationTypeDescriptor,
     boolean visible)Creates an annotation visitor that is going to consume an annotation writing. | 
AnnotationVisitor visit(String annotationTypeDescriptor, boolean visible)
annotationTypeDescriptor - The type descriptor for the annotation to be written.visible - true if the annotation is to be visible at runtime.Copyright © 2014–2015. All rights reserved.