previous      content      next
Callback method parameter annotation @MethodParameterTypes

Callback parameter annotated with @MethodParameterTypes will be assigned with the list of parameter types of the method being executed.

Declaration type

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

In which callbacks can be used

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

previous      content      next