Generated by
JDiff

Package org.springframework.transaction.annotation

Changed Classes and Interfaces
AbstractTransactionManagementConfiguration Abstract base {@code @Configuration} class providing common structure for enabling Spring's annotation-driven transaction management capability.
TransactionManagementConfigurer Interface to be implemented by @ Configuration classes annotated with @EnableTransactionManagement that wish or need to specify explicitly the PlatformTransactionManager bean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.