protected static interface MethodAttributeAppender.ForAnnotation.Target
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MethodAttributeAppender.ForAnnotation.Target.OnMethodA method attribute appender target for writing annotations directly onto the method. | 
| static class  | MethodAttributeAppender.ForAnnotation.Target.OnMethodParameterA method attribute appender target for writing annotations onto a given method parameter. | 
| Modifier and Type | Method and Description | 
|---|---|
| AnnotationAppender.Target | make(MethodVisitor methodVisitor,
    MethodDescription methodDescription)Materializes the target for a given creation process. | 
AnnotationAppender.Target make(MethodVisitor methodVisitor, MethodDescription methodDescription)
methodVisitor - The method visitor to which the attributes that are represented by this
                          attribute appender are written to.methodDescription - The description of the method for which the given method visitor creates an
                          instrumentation for.Copyright © 2014–2016. All rights reserved.