Package org.apache.camel
Annotation Type ExchangeProperty
-
@Retention(RUNTIME) @Documented @Target(PARAMETER) public @interface ExchangeProperty
Marks a parameter as being an injection point of a property of anExchange
- See Also:
Exchange.getProperty(String)
-
-
Element Detail
-
value
String value
Name of the property
-
-