Annotation Type Publish


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface Publish
    When a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed value, e.g the associated Broadcaster.broadcast(Object) will be invoked.
    Author:
    Jeanfrancois Arcand
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value