org.apache.camel
Annotation Type Property


@Retention(value=RUNTIME)
@Documented
@Target(value=PARAMETER)
public @interface Property

Marks a parameter as being an injection point of a property of an Exchange

Version:
$Revision: 747428 $
See Also:
Exchange.getProperty(String)

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2009 Apache Software Foundation. All Rights Reserved.