Weave HelloWorld class with the automon aspect in a spring application. This is compile time weaving. Note you may also use load time weaving (LTW) with spring.
'org.automon:spring_woven:1.0'
<dependency> <groupId>org.automon</groupId> <artifactId>spring_woven</artifactId> <version>1.0</version> </dependency>
<dependency org="org.automon" name="spring_woven" rev="1.0"/>
"org.automon", "spring_woven", "1.0"