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


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

This annotation allows to define during the marshaling process how a message must be reconstruct


Required Element Summary
 int number
          Number of the section
 

Element Detail

number

public abstract int number
Number of the section

Returns:


Apache CAMEL