@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public static @interface Advice.Argument
value()
of
the instrumented method. This is only possible if the annotated parameter is of the same type as the parameter
of the instrumented method.Advice
,
Advice.OnMethodEnter
,
Advice.OnMethodExit
Modifier and Type | Required Element and Description |
---|---|
int |
value
Returns the index of the mapped parameter.
|
Copyright © 2014–2016. All rights reserved.