@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface RollbackExecution
For old classes, this annotation can remain. It won't be removed from the legacy library.
For new classes, use io.flamingock.api.annotations.Rollback
- See Also:
Rollback