@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface UriParam
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultValue
The default value of the parameter.
|
String |
defaultValueNote
A special note about the default value.
|
String |
description
Returns a description of this parameter.
|
String |
enums
Allows to define enums this options accepts.
|
String |
label
To associate this parameter with label(s).
|
String |
name
Returns the name of the parameter.
|
public abstract String name
public abstract String defaultValue
public abstract String defaultValueNote
public abstract String description
public abstract String enums
public abstract String label
Apache Camel