@Version(value="1.0")

Package com.ibm.websphere.ras.annotation

  • Annotation Types Summary 
    Annotation Type Description
    InjectedTrace
    This annotation indicates that trace has been injected into a method by a processor in order to avoid double processing.
    ManualTrace
    This annotation indicates that a method has been detected to have manual trace and should not have additional trace added automatically.
    Sensitive
    Indicates that the return type from a method or a parameter to a method is considered "sensitive" and should not be traced via the trace instrumentation.
    TraceObjectField
    This annotation enables dynamic trace processing and specifies the static trace object field (Logger or TraceComponent) that should be used.
    TraceOptions
    The TraceOptions annotation can be used to declare which trace group a class (or classes in a package) should be asociated with.
    Trivial
    Indicates that a method or class is trivial to the point where instrumentation with diagnostic trace has no value.