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
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Apache CAMEL