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

eventcenter.builder.spring.schema.EventCenterNamespaceHandler Maven / Gradle / Ivy

The newest version!
package eventcenter.builder.spring.schema;

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

/**
 * Created by liumingjian on 2017/9/27.
 */
public class EventCenterNamespaceHandler extends NamespaceHandlerSupport {

    @Override
    public void init() {
        registerBeanDefinitionParser("conf", new EventCenterBeanDefinitionParser());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy