Package jfun.yan.etc.injection

Examples of jfun.yan.etc.injection.Injection


  }
  public void testBenchInjectionOnly() throws Exception{
    final Soo soo = new Soo();
    new Benchmark("Nuts: <injection>", LOOP){
      public void run() throws Exception {
        Injection inj = (Injection)yan.getInstance("injection");
        inj.inject(soo);
      }
    }.start(true);
   
    Noop bar = (Noop)yan.getInstance("complex_proxy");
    assertNotNull(bar);
View Full Code Here

TOP

Related Classes of jfun.yan.etc.injection.Injection

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.