@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Documented
public @interface QueryParameter
Modifier and Type | Optional Element and Description |
---|---|
boolean |
fixEmpty
If true, and the actual value of this parameter is "",
null is passed instead.
|
boolean |
required
If true, request without this header will be rejected.
|
java.lang.String |
value
query parameter name.
|
public abstract java.lang.String value
public abstract boolean required
public abstract boolean fixEmpty
Copyright © 2013. All Rights Reserved.