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

com.github.markusbernhardt.springcontexttemplate.NamespaceHandler Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.markusbernhardt.springcontexttemplate;

import org.springframework.beans.factory.xml.NamespaceHandlerSupport;

public class NamespaceHandler extends NamespaceHandlerSupport {

	public void init() {
		registerBeanDefinitionParser("import",
				new ImportBeanDefinitionParser());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy