aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr119657/aop-selfandnotself.xml
blob: 5760e652406b93a42886343af3bf873a54ae886c (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<aspectj>
    <aspects>
        <aspect name="accounts.recovery.Recovery"/>
        <aspect name="accounts.recovery.RecoveryNotSelf"/>
    </aspects>
	<weaver options="-verbose -showWeaveInfo"/>
</aspectj>