Annotation Interface DeclaringClass


@Retention(RUNTIME) @Target(PARAMETER) public @interface DeclaringClass
Assigns the class of the intercepted method to a parameter of a probe method. The probe method can be annotated with Interception, PayloadInterception, SplitInterception or AdditionalInterception. The type of the annotated parameter must be Class.