Annotation Interface LogExecutionTime
Annotation to trace execution time of methods.
This annotation only works with public method with external calls as a limitation of Spring AOP.
If the tracing method is an internal call, consider using
TimeUtils instead