Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 532 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 532 Bytes

testaspectj

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