It depends, for regular Spring MVC applications, y...
# spring
s
It depends, for regular Spring MVC applications, you will have CGLIB proxies for transactional methods without Interfaces or with Spring Security. Spring Boot also forces CGLIB in some cases (JDBC if I remember well). For Reactive application we use mostly the Reactive pipeline instead of bytecode manipulation.