blob: f0e9ca549d612a5a6e434a0c51b7e861559bb9f6 [file] [log] [blame]
/**
*
*/
package javax.jws;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Oneway {
}