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

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

The newest version!
<aspectj>
    <weaver options="-Xset:weaveJavaxPackages=true">
        <!-- only weave classes in our application-specific packages -->
        <include within="org.ikasan.component.endpoint.filesystem.messageprovider.CorrelatingFileMessageProvider.*"/>
    </weaver>
    <aspects>
        <aspect name="org.ikasan.ootb.scheduler.agent.module.pointcut.FileMessageProviderAspect"/>
    </aspects>
</aspectj>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy