Annotation Watching
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = ElementType.METHOD) public @interface Watching
AOP-based, stopwatch timing of methods
- Since:
2022-11-21
trydofor