org.jboss.seam.transaction
Annotation Type TransactionScoped


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@NormalScope(passivating=false)
public @interface TransactionScoped

CDI Scope that spans the current transaction

Author:
Stuart Douglas



Copyright © 2011 Seam Framework. All Rights Reserved.