protected static interface MethodAttributeAppender.ForAnnotation.Target
| Modifier and Type | Interface and Description |
|---|---|
static class |
MethodAttributeAppender.ForAnnotation.Target.OnMethod
A method attribute appender target for writing annotations directly onto the method.
|
static class |
MethodAttributeAppender.ForAnnotation.Target.OnMethodParameter
A 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–2015. All rights reserved.