aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/cflow/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features167/overweaving/cflow/aop.xml')
-rw-r--r--tests/features167/overweaving/cflow/aop.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/features167/overweaving/cflow/aop.xml b/tests/features167/overweaving/cflow/aop.xml
new file mode 100644
index 000000000..b199c94ea
--- /dev/null
+++ b/tests/features167/overweaving/cflow/aop.xml
@@ -0,0 +1,10 @@
+<aspectj>
+<aspects>
+ <aspect name="X"/>
+ <aspect name="com.andy.A"/>
+</aspects>
+<weaver options="-verbose -Xset:overWeaving=true">
+ <dump within="*" beforeandafter="true"/>
+</weaver>
+
+</aspectj>