inject

fun inject(target: Any?)

Inject the given object if it is non null and annotated with @Configurable.

Parameters

target

the object to inject. may be null