Annotation Type CustomTransactions


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface CustomTransactions
    Indicates that a Bonita API method handles transactions itself, and thus does not need to use the generic transaction mechanism.
    Author:
    Emmanuel Duchastenier