Annotation Type TransactionScoped
-
@Documented @Target(TYPE) @Retention(CLASS) public @interface TransactionScoped
Denotes that a class is scoped to a transaction, and should be destroyed if/when that transaction is destroyed.
@Documented
@Target(TYPE)
@Retention(CLASS)
public @interface TransactionScoped