Package org.jvnet.hk2.config
Class InjectionManager.InjectMethod
java.lang.Object
org.jvnet.hk2.config.InjectionManager.InjectMethod
- All Implemented Interfaces:
Runnable
- Enclosing class:
InjectionManager
-
Constructor Summary
ConstructorsConstructorDescriptionInjectMethod(InjectionManager.InjectClass iClass, Method method, Annotation inject, InjectionResolver target) -
Method Summary
-
Constructor Details
-
InjectMethod
public InjectMethod(InjectionManager.InjectClass iClass, Method method, Annotation inject, InjectionResolver target)
-
-
Method Details