Annotation Type Query


@Retention(CLASS) @Target(PARAMETER) public @interface Query
Binds an interface method parameter to a URL query-string entry. null arguments are skipped; collections are appended as repeated name=value pairs.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details