Package me.ehp246.aufjms.api.annotation
Annotation Type OfCorrelationId
@Documented
@Retention(RUNTIME)
@Target({FIELD,PARAMETER,METHOD})
public @interface OfCorrelationId
When applied to a parameter of a ByJms interface, it specifies
the parameter argument value should be used for
Message.setJMSCorrelationID(String).
Only String value is supported via Object.toString().
- Since:
- 1.0
- Author:
- Lei Yang