See: Description
Enum | Description |
---|---|
InvocationType |
Specifies the point at which the probe method is invoked.
|
Annotation Type | Description |
---|---|
AdditionalInterception |
Marks a probe method to be called at an additional point of the previously declared interception.
|
Interception |
Declares an interception that does not split the call tree or create a payload.
|
MethodSpec |
Specification of the intercepted method.
|
PayloadInterception |
Declares an interception that creates a payload.
|
SplitInterception |
Declares an interception that creates a split in the call tree and optionally an associated payload.
|