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:

Optional Element Summary
 boolean allowNull
          Whether or not returning null is a valid response.
 

allowNull

public abstract boolean allowNull
Whether or not returning null is a valid response.

Default:
false


Apache Camel