[go: up one dir, main page]

Menu

[r11]: / trunk / aop.xml  Maximize  Restore  History

Download this file

12 lines (12 with data), 856 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<aspectj>
<aspects>
<concrete-aspect name="TracerStarterAspect" extends="bcho.tracer.aspectj.aspects.TracerAspectStarter">
<pointcut name="targetClass" expression="within(bcho..*) && !within(bcho.aspectj..*) "/>
<pointcut name="targetMethod" expression="within(bcho..*) && !within(bcho.aspectj..*) "/>
</concrete-aspect>
<concrete-aspect name="TracerAspect" extends="bcho.tracer.aspectj.aspects.TracerAspectStarter">
<pointcut name="targetClass" expression="within(bcho..*) && !within(bcho.aspectj..*) "/>
<pointcut name="targetMethod" expression="within(bcho..*) && !within(bcho.aspectj..*) "/>
</concrete-aspect>
</aspects>
</aspectj>