Package com.ibm.websphere.ras.annotation
Annotation Type InjectedTrace
- 
 @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface InjectedTraceThis annotation indicates that trace has been injected into a method by a processor in order to avoid double processing. This annotation is not intended to be added manually.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.String[]valueThe processing that has been performed.
 
-