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

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

package javax.jws.soap;
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;

/*
 * @Deprecated
 */
@Retention(value=RetentionPolicy.RUNTIME)
@Target({TYPE})
@Deprecated public @interface SOAPMessageHandlers {
    SOAPMessageHandler[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy