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

net.wicp.tams.common.spring.schema.AnnotationNamespaceHandler Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/*
 * Copyright (C) 2018 Xplat, Inc. All Rights Reserved.
 */
package net.wicp.tams.common.spring.schema;

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

import net.wicp.tams.common.spring.beans.AnnotationBean;

/***
* @author zhoujunhui
 */
public class AnnotationNamespaceHandler extends NamespaceHandlerSupport {


    public void init() {
        registerBeanDefinitionParser("annotation", new TamsBeanDefinitionParser(AnnotationBean.class));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy