YOJ 2.2.8 (aspect, fix perf issues)
ℹ️ This releases mostly fixes performance issues introduced with meta-annotation support in 2.2.6.
- Add
yoj-aspect
module which has a@YojTransactional
annotation for methods, and an AspectJ aspect implementing this annotation. This module can be used as-is with Spring AOP. - Exclude
java.*
annotations from meta-annotation scanning, mostly fixing perf issues brought by meta-annotation support (#54).