@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface UriPath
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 uri path
This is used for documentation and tooling only.
|
String |
enums
Allows to define enums this options accepts.
|
String |
label
To associate this path value with label(s).
|
String |
name
Returns the name of the uri path.
|
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