@Scope
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface PerTransaction
PerTransaction is a scope that operates like PerThread scope,
except it is cleaned up after a transaction is completed (committed or rolled back).
- Author:
- saden