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

javax.jws.Oneway Maven / Gradle / Ivy

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

@Retention(value=RetentionPolicy.RUNTIME)
@Target({METHOD})
public @interface Oneway {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy