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

javax.web.skeleton4j.spring.config.Skeleton4jNamespaceHandler Maven / Gradle / Ivy

There is a newer version: 1.0.0-PRE7
Show newest version
package javax.web.skeleton4j.spring.config;

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

/**
 * Created by devops4j on 2017/12/16.
 */
public class Skeleton4jNamespaceHandler extends NamespaceHandlerSupport {
    public Skeleton4jNamespaceHandler() {
    }

    @Override
    public void init() {
//        this.registerBeanDefinitionParser("application", new Skeleton4jBeanDefinitionParser(xxx.class, true));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy