org.apache.camel.language
Annotation Type Constant


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="constant")
public @interface Constant

Used to inject a constant expression into a field, property, method or parameter when using Bean Integration.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache CAMEL