org.apache.camel.language
Annotation Type LanguageAnnotation


@Retention(value=RUNTIME)
@Documented
@Target(value=ANNOTATION_TYPE)
public @interface LanguageAnnotation

Base annotation for languages.

Version:
$Revision: 725536 $

Required Element Summary
 String language
           
 
Optional Element Summary
 Class<?> factory
           
 

Element Detail

language

public abstract String language

factory

public abstract Class<?> factory
Default:
org.apache.camel.component.bean.DefaultAnnotationExpressionFactory.class


Apache CAMEL