org.jboss.seam.annotations
Annotation Type Transactional


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface Transactional

Specifies that the default behavior for an EJB session bean,

Author:
Gavin King