META-INF.aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biopax-validator Show documentation
Show all versions of biopax-validator Show documentation
BioPAX Semantic Rules and Best Practices validation
<!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>