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

org.codehaus.xfire.annotations.commons.HandlerChain Maven / Gradle / Ivy

package org.codehaus.xfire.annotations.commons;

import org.codehaus.xfire.annotations.HandlerChainAnnotation;

/**
 * Commons Attributes version of the HandlerChain Annotation.
 *
 * @author Arjen Poutsma
 * @@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.CLASS)
 * @see HandlerChainAnnotation
 */
public class HandlerChain
        extends HandlerChainAnnotation
{
    /**
     * Initializes a new instance of the HandlerChain attribute with the given file and chain name.
     *
     * @param file the file name.
     * @param name the handler name.
     */
    public HandlerChain(String file, String name)
    {
        super(file, name);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy