Class AbstractTransactionManagementConfiguration

java.lang.Object
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
All Implemented Interfaces:
Aware, ImportAware
Direct Known Subclasses:
AspectJTransactionManagementConfiguration, ProxyTransactionManagementConfiguration

@Configuration public abstract class AbstractTransactionManagementConfiguration extends Object implements ImportAware
Abstract base @Configuration class providing common structure for enabling Spring's annotation-driven transaction management capability.
Since:
3.1
Author:
Chris Beams, Stephane Nicoll
See Also: