@Documented
 @Retention(value=RUNTIME)
 @Target(value={FIELD,PARAMETER,ANNOTATION_TYPE})
 @Bindable
 @Inherited
public @interface QueryValue
URI.getQuery(), 
URI.getPath()| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
defaultValue  | 
java.lang.String | 
value  | 
@AliasFor(annotation=Bindable.class, member="value") public abstract java.lang.String value
@AliasFor(annotation=Bindable.class, member="defaultValue") public abstract java.lang.String defaultValue
Bindable.defaultValue()