1. Aspectj aspect for specifying multiple packages stackoverflow.comI wanted to specify a pattern for aspectj @Around aspect that includes multiple packages.
|
2. "Aspect and introduction must be in identical packages" forum.springsource.orgFrom time to time I get an "Aspect and introduction must be in identical packages" that leads to Roo stop functioning. I work around by just recreating the project. But maybe ... |
3. Auto Proxying an entire package forum.springsource.orgI have lot of services in a package and i want to intercept all the methods of all the services. i do not want to define Proxy for each of them ... |