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

com.alicp.jetcache.anno.config.CacheNamespaceHandler Maven / Gradle / Ivy

The newest version!
/**
 * Created on  13-09-18 16:37
 */
package com.alicp.jetcache.anno.config;

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

/**
 * @author huangli
 */
public class CacheNamespaceHandler extends NamespaceHandlerSupport {

    @Override
    public void init() {
        registerBeanDefinitionParser("annotation-driven", new CacheAnnotationParser());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy