Package com.ibm.websphere.ras.annotation
Annotation Type TraceObjectField
This annotation enables dynamic trace processing and specifies the static
trace object field (Logger or TraceComponent) that should be used. This
annotation is not intended to be added manually.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe descriptor of the field named byfieldName()
in JVM format (for example, "Lcom/ibm/websphere/ras/TraceComponent;").The name of the Logger or TraceComponent static field.
-
Element Details
-
fieldName
String fieldNameThe name of the Logger or TraceComponent static field.- Default:
- ""
-
fieldDesc
String fieldDescThe descriptor of the field named byfieldName()
in JVM format (for example, "Lcom/ibm/websphere/ras/TraceComponent;").- Default:
- ""
-