Package org.springframework.transaction.aspectj
@NonNullApi
@NonNullFields
package org.springframework.transaction.aspectj
AspectJ-based transaction management support.
-
ClassDescription
@Configuration
class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for the JTA 1.2Transactional
annotation in addition to Spring's ownTransactional
annotation.@Configuration
class that registers the Spring infrastructure beans necessary to enable AspectJ-based annotation-driven transaction management for Spring's ownTransactional
annotation.