org.apache.camel.language
Annotation Type LanguageAnnotation
@Retention(value=RUNTIME)
@Documented
@Target(value=ANNOTATION_TYPE)
public @interface LanguageAnnotation
Base annotation for languages.
- Version:
Required Element Summary |
java.lang.String |
language
|
Optional Element Summary |
java.lang.Class<?> |
factory
|
language
public abstract java.lang.String language
factory
public abstract java.lang.Class<?> factory
- Default:
- org.apache.camel.component.bean.DefaultAnnotationExpressionFactory.class
Apache CAMEL