4 ms·
Another useful feature of Spring is aspect-oriented-programming (like when we manage transactions boundaries with @Transactional). Spring takes care of that, b
by danidiaz 5y ago
Another useful feature of Spring is aspect-oriented-programming (like when we manage transactions boundaries with @Transactional).
Spring takes care of that, but doing it manually (and without dynamic proxies) would add to the verbosity.