Annotation Interface OfGroupId


@Retention(RUNTIME) @Target({PARAMETER,METHOD}) public @interface OfGroupId
Specifies the value for JMSXGroupID.

Can be applied to a parameter or a method on a ByJms interface.

When applied to a parameter, Only String type is supported. The specified value on annotation is ignored. null is accepted.

When applied to a method, Spring property placeholder is supported.

Since:
1.0
Author:
Lei Yang
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""