Prevent annotations like @Transactional on private methods with Checkstyle
- java
- transactional
- checkstyle
Custom Checkstyle rule to block private methods with annotations in Java. How to prevent @Transactional on private methods in Java using Checkstyle? Why do Spring AOP annotations not work on private methods and how to fix it?