diff options
Diffstat (limited to 'tests/bugs153/pr132080/aop-aroundclosure.xml')
-rw-r--r-- | tests/bugs153/pr132080/aop-aroundclosure.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/bugs153/pr132080/aop-aroundclosure.xml b/tests/bugs153/pr132080/aop-aroundclosure.xml new file mode 100644 index 000000000..1a2113cd9 --- /dev/null +++ b/tests/bugs153/pr132080/aop-aroundclosure.xml @@ -0,0 +1,11 @@ +<aspectj> + <aspects> + <aspect name="TestAroundClosure"/> + + <concrete-aspect name="ConcreteAspectWithAroundClosure" extends="AbstractSuperAspect"> + <pointcut name="scope" expression="!within(AbstractSuperAspect+)"/> + </concrete-aspect> + </aspects> + <weaver options="-verbose -debug -showWeaveInfo -XnoInline"/> +</aspectj> + |