kiwi library

Classes

KiwiContainer
A simple service container.
Register
An annotation that generates code for registering factories using the kiwi container.

Typedefs

FactoryBuilder<T> = T Function(KiwiContainer container)
Signature for a builder which creates an object of type T.

Exceptions / Errors

KiwiError
NotRegisteredKiwiError