public abstract @interface

Rollback

implements Annotation
org.springframework.test.annotation.Rollback

Class Overview

Test annotation to indicate whether or not the transaction for the annotated test method should be rolled back after the test method has completed. If true, the transaction will be rolled back; otherwise, the transaction will be committed.

Summary

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