Interface MethodAttributeAppender.Explicit.Target
-
- All Known Implementing Classes:
MethodAttributeAppender.Explicit.Target.OnMethod,MethodAttributeAppender.Explicit.Target.OnMethodParameter
- Enclosing class:
- MethodAttributeAppender.Explicit
protected static interface MethodAttributeAppender.Explicit.TargetRepresents the target on which this method attribute appender should write its annotations to.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodAttributeAppender.Explicit.Target.OnMethodA method attribute appender target for writing annotations directly onto the method.static classMethodAttributeAppender.Explicit.Target.OnMethodParameterA method attribute appender target for writing annotations onto a given method parameter.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationAppender.Targetmake(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription methodDescription)Materializes the target for a given creation process.
-
-
-
Method Detail
-
make
AnnotationAppender.Target make(org.objectweb.asm.MethodVisitor methodVisitor, MethodDescription methodDescription)
Materializes the target for a given creation process.- Parameters:
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.- Returns:
- The target of the annotation appender this target represents.
-
-