Package org.apache.camel.language.simple
Annotation Interface Simple
@Retention(RUNTIME)
@Documented
@Target({FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="simple")
public @interface Simple
Used to inject a simple expression into a field, property, method or parameter when using
Bean Integration.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-