Annotation Type SendTo


  • @Documented
    @Retention(RUNTIME)
    @Target({ANNOTATION_TYPE,METHOD})
    @Inherited
    public @interface SendTo
    An annotation that can be applied at the method level to indicate that return value of said method should be sent to given destination.
    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Returns:
        The message destination
        Default:
        {}