Package com.caucho.config.inject

Examples of com.caucho.config.inject.DecoratorBean


   */
  @PostConstruct
  public void init()
  {
    for (Class<?> cl : _decoratorList) {
      DecoratorBean<?> decorator = new DecoratorBean(_injectManager, cl);

      _injectManager.addDecorator(decorator);
    }
    _decoratorList.clear();

View Full Code Here

TOP

Related Classes of com.caucho.config.inject.DecoratorBean

Copyright © 2018 www.massapicom. 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.