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

javax.jws.soap.InitParam Maven / Gradle / Ivy

package javax.jws.soap;

/**
 * An initialization parameter
 *
 * @deprecated  As of JSR-181 2.0 with no replacement.
 * 
 * @author Copyright (c) 2004 by BEA Systems, Inc. All Rights Reserved.
 *
 * @since 1.6
 */
@Deprecated public @interface InitParam {

    /**
     * Name of the initialization parameter
     */
    String name();

    /**
     * Value of the initialization parameter
     */
    String value();
};





© 2015 - 2024 Weber Informatics LLC | Privacy Policy