org.apache.camel.builder.sql
Annotation Type SQL


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
public @interface SQL

An annotation for injection of SQL expressions into method parameters, fields or properties

Version:
$Revision: 640731 $

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Apache CAMEL