Annotation Type TransactionScoped


@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
@NormalScope(passivating=true)
public @interface TransactionScoped
The TransactionScoped annotation.
Author:
Manfred Riem ([email protected])