Package rocket.generator.rebind

Examples of rocket.generator.rebind.GeneratorContext.warn()


        throwPrototypeCantBeContainerDestroyed(bean);
      }

      final Type disposableBean = this.getDisposableBean();
      if (beanType.isAssignableTo(disposableBean)) {
        context.warn("Ignoring the fact the bean implements DisposableBean (because its a prototype)"
            + (context.isDebugEnabled() ? "." : ", bean: " + bean));
      }
    }

    // start creating the factory bean...
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.