public abstract @interface

NotTransactional

implements Annotation
org.springframework.test.annotation.NotTransactional

This @interface is deprecated.
as of Spring 3.0, in favor of moving the non-transactional test method to a separate (non-transactional) test class or to a @BeforeTransaction or @AfterTransaction method.

Class Overview

Test annotation to indicate that a method is not transactional.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation