previous      content      next
Callback method parameter annotation @MethodName

Callback parameter annotated with @MethodName will be assigned with the name of the method being executed.

For constructors, the name will be <init>.

Declaration type

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

In which callbacks can be used

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

previous      content      next