<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>