previous      content      next
Callback method parameter annotation @MethodSignature

Callback parameter annotated with @MethodSignature will be assigned with the signature of the method being executed.

Declaration type

Callback parameter annotated with @MethodSignature should be declared as java.lang.String.

In which callbacks can be used

Parameter annotated with @MethodSignature can be used in any callback.

previous      content      next