org.jvnet.hk2.component
Class InjectionManager.InjectMethod

java.lang.Object
  extended by org.jvnet.hk2.component.InjectionManager.InjectMethod
All Implemented Interfaces:
Runnable
Enclosing class:
InjectionManager

protected class InjectionManager.InjectMethod
extends Object
implements Runnable


Constructor Summary
InjectionManager.InjectMethod(InjectionManager.InjectClass iClass, Method method, Annotation inject, InjectionResolver target)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionManager.InjectMethod

public InjectionManager.InjectMethod(InjectionManager.InjectClass iClass,
                                     Method method,
                                     Annotation inject,
                                     InjectionResolver target)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013 Oracle Corporation. All Rights Reserved.