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

org.devnull.client.spring.namespace.ZuulSpringClientNamespaceHandler.groovy Maven / Gradle / Ivy

There is a newer version: 1.6.0.M1
Show newest version
package org.devnull.client.spring.namespace

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

class ZuulSpringClientNamespaceHandler extends NamespaceHandlerSupport  {
    void init() {
        registerBeanDefinitionParser("properties", new ZuulPropertiesBeanDefinitionParser());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy