Package rocket.beans.rebind.loadeagersingletons

Examples of rocket.beans.rebind.loadeagersingletons.GetEagerSingletonBeanNames.addBean()


      }

      // only singletons can be singletons.
      final boolean eager = bean.isEagerLoaded();
      if (eager) {
        body.addBean(bean.getId());
        eagerSingletonBeanCount++;

        context.debug(bean.toString());
      } else {
        lazySingletonBeanCount++;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.