org.oasisopen.sca.annotation
Annotation Type NoManagedTransaction


@Inherited
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface NoManagedTransaction

The @NoManagedTransaction annotation is used to indicate that a non-transactional environment is needed.