Package me.ehp246.aufjms.api.annotation
Annotation Interface OfCorrelationId
When applied to a parameter of a ByJms interface, it specifies
the argument value should be used for
Message.setJMSCorrelationID(String).
When applied to a parameter of a Invoking method, it specifies the injection point for the value of Message.getJMSCorrelationID().
Only String value is supported. null is supported.
- Since:
- 1.0
- Author:
- Lei Yang