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 ElementsModifier and TypeOptional ElementDescriptionbooleanIndicates that the annotated method should not be traced.
-
Element Details
-
ignore
boolean ignoreIndicates that the annotated method should not be traced. This allows to exclude individual methods when the containing type is annotated.- Returns:
- whether the annotated method should be ignored (i.e. not be traced)
- Default:
- false
-