Package com.caucho.inject

Examples of com.caucho.inject.NamedLiteral


  public Bean<T> bean()
  {
    if (_name != null && _qualifiers == null) {
      qualifier(DefaultLiteral.DEFAULT);
      qualifier(new NamedLiteral(_name));
    }
   
    return new InjectionBean<T>(_managedBean,
                               _types,
                               _annotated,
View Full Code Here

TOP

Related Classes of com.caucho.inject.NamedLiteral

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.