Package com.ibm.websphere.ras.annotation


@Version("1.0") package com.ibm.websphere.ras.annotation
  • Annotation Types
    Class
    Description
    This annotation indicates that trace has been injected into a method by a processor in order to avoid double processing.
    This annotation indicates that a method has been detected to have manual trace and should not have additional trace added automatically.
    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.
    This annotation enables dynamic trace processing and specifies the static trace object field (Logger or TraceComponent) that should be used.
    The TraceOptions annotation can be used to declare which trace group a class (or classes in a package) should be asociated with.
    Indicates that a method or class is trivial to the point where instrumentation with diagnostic trace has no value.