Package com.ibm.websphere.ras.annotation
Annotation Type TraceObjectField
- 
 @Retention(RUNTIME) @Target(TYPE) public @interface TraceObjectFieldThis 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 SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringfieldDescThe descriptor of the field named byfieldName()in JVM format (for example, "Lcom/ibm/websphere/ras/TraceComponent;").java.lang.StringfieldNameThe name of the Logger or TraceComponent static field.
 
- 
- 
- 
- 
fieldDescjava.lang.String fieldDesc The descriptor of the field named byfieldName()in JVM format (for example, "Lcom/ibm/websphere/ras/TraceComponent;").- Default:
- ""
 
 
- 
 
-