com.gitlab.spacetrucker.modularspringcontexts.singleton.ModularSpringContextsSingletonNamespaceHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modular-spring-contexts Show documentation
Show all versions of modular-spring-contexts Show documentation
Small utility library to allow modular definitions of Spring ApplicationContexts.
package com.gitlab.spacetrucker.modularspringcontexts.singleton;
import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
public class ModularSpringContextsSingletonNamespaceHandler extends NamespaceHandlerSupport {
public void init() {
registerBeanDefinitionParser("import", new ModularSpringContextsSingletonBeanDefinitionParser());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy