Merge branch 'release/4.7.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / META-INF / aop.xml
1 <!DOCTYPE aspectj PUBLIC
2 "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
3 <aspectj>
4 <weaver options="-verbose -showWeaveInfo">
5 <include within="org.hibernate.proxy.*" />
6 <include within="org.hibernate.collection.internal.*" />
7 <include within="eu.etaxonomy.cdm.api.lazyloading.*" />
8 </weaver>
9 <aspects>
10 <!-- use only this aspect for weaving -->
11 <aspect name="eu.etaxonomy.cdm.api.lazyloading.CdmLazyLoader" />
12
13 </aspects>
14
15 </aspectj>
16