Annotation Interface Tx.Required

Enclosing class:
Tx

@Intercepted @Retention(SOURCE) @Target({TYPE,METHOD}) public static @interface Tx.Required
Annotated method will be executed with managed transaction of Tx.Type.REQUIRED type.