See: Description
Annotation Type | Description |
---|---|
DeclaringClass |
Assigns the class of the intercepted method to a parameter of a probe method.
|
ExceptionValue |
Assigns the exception thrown by the intercepted method to a parameter of a probe method.
|
Parameter |
Assigns the argument with index
Parameter.value() of the intercepted method to a parameter of a probe method. |
ReturnValue |
Assigns the return value of the instrumented method to a parameter of a probe method.
|
ThisValue |
Assigns the instance that the instrumented method was invoked on to a parameter of a probe method.
|
With the annotations in this packages methods annotated with Interception
, PayloadInterception
,
SplitInterception
and AdditionalInterception
can declare parameters to
receive further information from the intercepted method.