@Incubating @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.PARAMETER) public @interface Query
Marks a method parameter as an HTTP query parameter.
String
value
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
The query parameter name. Defaults to the method parameter name if empty.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.