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

contexts.common.iceland.xml Maven / Gradle / Ivy

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:ctx="http://www.springframework.org/schema/context"
       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-4.3.xsd
                           http://www.springframework.org/schema/context
                           http://www.springframework.org/schema/context/spring-context-4.2.xsd">
    <ctx:annotation-config />


    <bean class="org.n52.iceland.config.spring.LifecycleBeanPostProcessor">
        <description>This calls Constructable#init and Destroyable#destroy for all beans.</description>
    </bean>

    <bean class="org.n52.iceland.config.spring.ConfiguringBeanPostProcessor">
        <description>This calls SettingsManager#configure for all beans.</description>
    </bean>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy