4j-runtime-common.1.2.0.source-code.Mod4jCommonContext.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop"> <bean id="timingAspect" class = "org.mod4j.runtime.aspects.TimingAspect"> <property name="order" value="10"/> </bean> <bean id="loggingAspect" class = "org.mod4j.runtime.aspects.LoggingAspect"> <property name="order" value="20"/> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy