@FunctionalInterface public static interface PropertyBindingSupport.OnAutowiring
Modifier and Type | Method and Description |
---|---|
void |
onAutowire(Object target,
String propertyName,
Class propertyType,
Object value)
Callback when a property was autowired on a bean
|
Apache Camel