Annotation Type Resume


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Resume
    Use this annotation with the ManagedService annotation. A method annotated with this annotation will be executed and then the connection will be resumed.
    Author:
    Jeanfrancois Arcand