This gradle build.gradle file shows how to generate aspect codes also into groovy classes. Uses spring 3.2.6, groovyc 2.4.7 and latest aspectj (1.8.9). Running with gradle command, it is executing two small apps: one java app and antoher groovy app. To see more details: look small comment in file GHelloWorld.aj.
This build.gradle is done after https://github.com/eveoh/gradle-aspectj project and some another aspect build file.
To do: how to use latest or later spring framework to generate aspectj code?
Tuomas