| Package | Description |
|---|---|
| org.osgl.inject |
Act
genie is a dependency injection solution inspired by Feather. |
| org.osgl.inject.loader |
Defines loader classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementLoader<E>
An
ElementLoader is responsible for providing initial data to be loaded into a Collection type. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedElementLoader
Implementation of
AnnotatedElementLoader shall load beans whose class has been annotated by a certain annotation class |
class |
ElementLoaderBase<T>
Base class for
ElementLoader implementations |
class |
TypedElementLoader<T>
Load beans whose class extends/implements specified class/interface (as hint)
|
Copyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.