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

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

<aspectj>

    <aspects>
        <concrete-aspect name="ru.taskurotta.test.monkey.MonkeyAspect"
                         extends="ru.taskurotta.test.monkey.AbstractMonkeyAspect">
            <pointcut name="pointCut"
                      expression="execution(* com.mongodb.DBPort.go(..))"/>
<!--

            <pointcut name="pointCut"
                      expression="call(ru.taskurotta.transport.model.ArgContainer.new(..))"/>
-->
        </concrete-aspect>

        <include within="ru.taskurotta..*"/>
        <include within="com.mongodb.*"/>
    </aspects>

    <weaver options="-verbose -showWeaveInfo">
        <include within="com.mongodb.*"/>
    </weaver>

</aspectj>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy