Annotation Interface Ready


@Retention(RUNTIME) @Target(METHOD) public @interface Ready
Use this annotation with the ManagedService annotation. A method annotated with this annotation will be invoked when the connection has been suspended and ready.
Author:
Jeanfrancois Arcand