/** * {@inheritDoc} */ public Class<? extends Annotation> getScope() { return TransactionScoped.class; }
public TransactionContext() { super(TransactionScoped.class); }