Annotation Interface Logged


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Logged
Annotation used to indicate that a method (or all methods of a class, if used in a class) should be logged.
Author:
avasquez