org.apache.camel
Annotation Type URIField


@Retention(value=RUNTIME)
@Documented
@Target(value=FIELD)
public @interface URIField

Used to indicate the field of an EndpointConfiguration. A naming convention makes the annotation necessary only for parameters


Optional Element Summary
 String component
           
 String parameter
           
 

component

public abstract String component
Default:
""

parameter

public abstract String parameter
Default:
""


Apache CAMEL