-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented public @interface Traced
Indicates that an annotated method or methods in an annotated class should be traced. The annotation can also be placed on implemented interfaces.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanignoreIndicates that the annotated method should not be traced.
-