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

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

The newest version!
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
<aspectj>

    <!-- Weaving nur für AWF- und AFU-Klassen -->
    <weaver>
        <include within="*..core..Awf*"/>
        <include within="*..core..Afu*"/>
        <include within="de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect"/>
    </weaver>

    <aspects>
        <aspect name="de.bund.bva.isyfact.logging.util.PerformanceLoggingAspect"/>
    </aspects>

</aspectj>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy