Class | Description |
---|---|
AnnotatedDependencySource |
Resolves dependencies by scanning object methods.
|
ArrayDependencySource | |
CacheDependencySource | |
ReflectionDependencySource |
Resolve dependencies by searching an args-less constructor
in the dependency class, and if it exists, it creates
an instance by calling the found constructor.
|