@Component() public final class Injector
Spring-inject entities if they have an @Configurable annotation. Can be put on any entity without efficiency concerns.
Injector(ApplicationContext applicationContext)
final Unit
inject(Object target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Unit inject(Object target)
Inject the given object if it is non null and annotated with @Configurable.
target