Package jfun.yan

Examples of jfun.yan.SimpleDependency


   * arguments by type.
   * Different resolution policy can be provided by overriding this method.
   */
  public synchronized Dependency getDependency(final Object ckey
      ,final ComponentMap cmap){
    return new SimpleDependency(ckey, cmap);
  }
View Full Code Here


   * arguments by type.
   * Different resolution policy can be provided by overriding this method.
   */
  public synchronized Dependency getDependencyOfType(
      final Class type, final ComponentMap cmap){
    return new SimpleDependency(type, cmap);
  }
View Full Code Here

TOP

Related Classes of jfun.yan.SimpleDependency

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.