291292293294295296297298299300301
if (c == null) { log.debug("Injected component with no @Component annotation: " + u.getSimpleName()); return Component.DEFAULT_MODULE; } else { return c.module(); } } } private static final class Instantiation {