Most voted "aspectj" questions
2 questions
Sort by count of
-
1
votes1
answer85
viewsHow to get the value of a specific parameter in a jointpoint in an "Around" processing?
I have the following method: @RequestMapping(path = "/{tenant}/import", method = RequestMethod.POST, consumes = "application/json", produces = "text/plain; charset=UTF-8") @Transactional public…
-
0
votes1
answer18
viewsHow to validate which transaction mode is being used? (Aspectj / Proxy)
At the moment, we are building a module in Spring Boot that uses a legacy settings, built on top of Spring MVC and has many configurations (XML and classes). After a few weeks, we were able to make…