The Spring Framework

org.springframework.test.annotation
Annotation Type NotTransactional


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface NotTransactional

Test annotation to indicate that a method is not transactional.

Since:
2.0
Author:
Rod Johnson, Sam Brannen


The Spring Framework

Copyright © 2002-2008 The Spring Framework.