org.apache.camel
Annotation Type Converter


@Retention(value=RUNTIME)
@Documented
@Target(value={TYPE,METHOD})
public @interface Converter

An annotation used to mark classes and methods to indicate code capable of converting from a type to another type which are then auto-discovered using the Type Conversion Support

Version:



Apache CAMEL