org.apache.camel
Annotation Type PropertyInject


@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface PropertyInject

Used to indicate an injection point of a property placeholder into a POJO.


Required Element Summary
 String value
           
 
Optional Element Summary
 String context
           
 String defaultValue
           
 

Element Detail

value

public abstract String value

defaultValue

public abstract String defaultValue
Default:
""

context

public abstract String context
Default:
""


Apache Camel