aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1612/pr328099/aop.xml
blob: b65c5ef915801b8c09210dc25e5a563aa2b8100a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE aspectj PUBLIC
        "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
<aspectj>
  <weaver options="-debug">
    <include within="foo.bar..*" />
  </weaver>
  <aspects>
    <aspect name="foo.bar.BarAspect"/>
  </aspects>
</aspectj>