Package org.atmosphere.annotation
Annotation Type Publish
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface PublishWhen a method is annotated with this annotation, the returned value of the method will be broadcasted to the passed value, e.g the associatedBroadcaster.broadcast(Object)will be invoked.- Author:
- Jeanfrancois Arcand
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-