All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.aop.xml Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
<aspectj>
	<weaver options="-verbose -showWeaveInfo 
		-XmessageHandlerClass:org.springframework.aop.aspectj.AspectJWeaverMessageHandler 
		-Xlint:ignore"> <!--removed: -Xreweavable option-->
        <!-- only weave classes within packages that match listed -->
        <include within="org.biopax.paxtools.io.*" />
        <include within="org.biopax.paxtools.controller.*" />
        <include within="org.biopax.validator.impl.*" />
    </weaver>
    <aspects>
        <aspect name="org.biopax.validator.impl.ExceptionsAspect" />
    </aspects>
</aspectj>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy