Annotation Type Argument
-
@Target({}) @Retention(RUNTIME) public @interface Argument
Represents an argument used when declaring queues etc within aQueueBinding
.- Since:
- 1.6
- Author:
- Gary Russell
-
-
Element Detail
-
name
String name
Return the argument name.- Returns:
- the argument name.
-
-
-
value
String value
The argument value, an empty string is translated tonull
for example to represent a present header test for a headers exchange.- Returns:
- the argument value.
- Default:
- ""
-
-
-
type
String type
Return the argument value.- Returns:
- the type of the argument value.
- Default:
- "java.lang.String"
-
-