org.apache.camel.dataformat.bindy.annotation
Annotation Type Link


@Documented
@Retention(value=RUNTIME)
public @interface Link

This annotation allows to link classes together in the model. This release version 1.0 only supports oneToone relation


Optional Element Summary
 LinkType linkType
          Type of link identifying the relation between the classes
 

linkType

public abstract LinkType linkType
Type of link identifying the relation between the classes

Returns:
LinkType
Default:
org.apache.camel.dataformat.bindy.annotation.LinkType.OneToOne


Apache CAMEL