javax.ws.rs
Annotation Type GET


@Target(value=METHOD)
@Retention(value=RUNTIME)
@HttpMethod(value="GET")
public @interface GET



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.