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

com.github.developframework.kite.spring.KiteNamespaceHandler Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.developframework.kite.spring;

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

/**
 * spring注册kite命名空间的Handler
 *
 * @author qiuzhenhao
 */
public class KiteNamespaceHandler extends NamespaceHandlerSupport {

    @Override
    public void init() {
        registerBeanDefinitionParser("scan", new KiteScanBeanDefinitionParser());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy