public abstract @interface

AfterTransaction

implements Annotation
org.springframework.test.context.transaction.AfterTransaction

Class Overview

Test annotation to indicate that the annotated public void method should be executed after a transaction is ended for test methods configured to run within a transaction via the @Transactional annotation.

The @AfterTransaction methods of superclasses will be executed after those of the current class.

See Also

Summary

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