Annotation Type ByJms


@Documented
@Target(TYPE)
@Retention(RUNTIME)
public @interface ByJms
Since:
1.0
Author:
Lei Yang
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    At value  
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    java.lang.String name
    Defines an optional bean name by which the proxy interface can be injected.
    At replyTo  
    java.lang.String ttl
    Spring Property supported.
  • Element Details

    • value

      At value
    • name

      java.lang.String name
      Defines an optional bean name by which the proxy interface can be injected.

      The default name is Class.getSimpleName().

      Returns:
      the bean name of the proxy interface.
      Default:
      ""
    • ttl

      java.lang.String ttl
      Spring Property supported.
      Default:
      ""
    • replyTo

      At replyTo
      Default:
      @me.ehp246.aufjms.api.annotation.At