| Interface | Description |
|---|---|
| OBModulePrefixRequired |
Flags that the name of a registration of this class in the OBProvider needs to be prefixed with
the module name.
|
| OBNotSingleton |
Tags a class as being a singleton.
|
| OBProvidable |
Tags a class as being handled through the
OBProvider. |
| OBSingleton |
Tags a class as being a singleton.
|
| Class | Description |
|---|---|
| OBConfigFileProvider |
Is used to read config files from specific locations and initialize the OBProvider.
|
| OBProvider |
The OBProvider provides the runtime instances of model entities as well as service instances.
|
| Exception | Description |
|---|---|
| OBProviderException |
Is thrown when instantiating a class fails in the
OBProvider. |