Oneway.java :  » 6.0-JDK-Modules » jsr181 » javax » jws » Java Open Source

Java Open Source » 6.0 JDK Modules » jsr181 
jsr181 » javax » jws » Oneway.java
package javax.jws;
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;

@Retention(value=RetentionPolicy.RUNTIME)
@Target({METHOD})
public @interface Oneway {
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.