Annotation Interface MethodTimeMs


@Target(PARAMETER) public @interface MethodTimeMs
Parameter annotated with @MethodTimeMs will be assigned to the method execution time in milliseconds. This annotation can be used in onReturn(), onUncaughtException() and onExit() callbacks. Parameter must be declared as long.