Package | Description |
---|---|
org.picocontainer.injectors |
InjectionFactories make Injectors which implement specific types of dependency injection
|
Modifier and Type | Class and Description |
---|---|
class |
ConstructorInjector<T>
Injection will happen through a constructor for the component.
|
class |
MethodInjector<T>
Injection will happen through a single method for the component.
|
static class |
MethodInjector.ByMethodName |
static class |
MethodInjector.ByReflectionMethod |
Copyright © 2003–2016 Codehaus. All rights reserved.