📄️ Introduction
Here let's talk about what is fairy IOC container and how it can be used to manage the dependencies of your application.
📄️ Container Configuration
To configure fairy's container, we provide an annotation-based approach to configure the container. The container configuration can be done in multiple ways.
📄️ Dependencies
Dependency injection is a core concept of fairy container system. It is used to inject the dependencies of a component into the component itself.
📄️ Lifecycle
Fairy's container will manage the lifecycle of the components, and it will be responsible for creating and destroying the components.