Documentation
Java Profiler 10 Help
Probes: extendable profiling and monitoring
Monitoring method invocation events
Callback method parameter annotation @MethodName
Java Profiler 10 Help
Probes: extendable profiling and monitoring
Monitoring method invocation events
Callback method parameter annotation @MethodNameCallback 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.