org.apache.camel.builder
Annotation Type Fluent


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Fluent

Used to annotate fluent API methods.


Optional Element Summary
 boolean callOnElementEnd
          Should this method be called at the end of the evaluating the element.
 boolean nestedActions
          Should nested elements be evaluated against the current builder.
 String value
          Used to change the default element name of the action.
 

value

public abstract String value
Used to change the default element name of the action.

Returns:
Default:
""

nestedActions

public abstract boolean nestedActions
Should nested elements be evaluated against the current builder.

Returns:
Default:
false

callOnElementEnd

public abstract boolean callOnElementEnd
Should this method be called at the end of the evaluating the element.

Returns:
Default:
false


Copyright © 2007 Apache Software Foundation. All Rights Reserved.