Hi there,

I'm using a custom AnnotationTransactionAttributeSource to use my custom annotation instead of Spring @Transactional annotation.

I use below BeanFactoryPostProcessor to change...