diff options
Diffstat (limited to 'tests/features171/pr386341/aop.xml')
-rw-r--r-- | tests/features171/pr386341/aop.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/features171/pr386341/aop.xml b/tests/features171/pr386341/aop.xml new file mode 100644 index 000000000..33e509edb --- /dev/null +++ b/tests/features171/pr386341/aop.xml @@ -0,0 +1,10 @@ +<aspectj> + <aspects> + <aspect name="X"/> + </aspects> + + <weaver options=""> + <include within="*"/> + </weaver> + +</aspectj>
\ No newline at end of file |