org.apache.camel.builder
Annotation Type FluentArg


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface FluentArg

Used to annotate the parameter of a Fluent method.


Required Element Summary
 String value
           
 
Optional Element Summary
 boolean attribute
           
 boolean element
           
 boolean reference
           
 

Element Detail

value

public abstract String value

attribute

public abstract boolean attribute
Default:
true

element

public abstract boolean element
Default:
false

reference

public abstract boolean reference
Default:
false


Copyright © 2007 Apache Software Foundation. All Rights Reserved.