Annotation Type | Description |
---|---|
TraceDisabled |
A program element annotated with @TraceDisabled is one that the programmer
does not wish to be included method entry/exit/exception tracing
|
TraceMaskSensitiveValue |
A program element annotated with @TraceMaskSensitiveValue is one that the programmer
does not wish the actual value to ever be included in the trace because it is sensitive
|
TraceMaskValue |
A program element annotated with @TraceMaskValue is one that the programmer
does not wish to normally have the actual value to be included in the trace because it is a large value
|
TracePrimary |
A program element annotated with @TracePrimary is one that the programmer
wishes to include method entry/exit/exception tracing when high level, basic tracing is enabled
|
TraceSecondary |
A program element annotated with @TraceSecondary is one that the programmer
wishes to include method entry/exit/exception tracing when secondary tracing is enabled
|