Package org.apache.camel
Annotation Type PropertyInject
-
@Retention(RUNTIME) @Documented @Target({FIELD,METHOD,CONSTRUCTOR,PARAMETER}) public @interface PropertyInject
Used to indicate an injection point of a property placeholder into a POJO.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
defaultValue
Default value to use if the property does not exists or has no value
-