This module contains the core of the Jumped framework.
It contains all the required internal functionality in order to detect and resolve any dependencies.
For public usage, the main function is jumpStart, which will instantiate a class, resolve dependencies, and executed @startup methods.
A container is a class that can perform dependency resolution at compile-time, finding any dependencies through the template parameter.
Starts the application.
See Source File
This module contains the core of the Jumped framework.
It contains all the required internal functionality in order to detect and resolve any dependencies.
For public usage, the main function is jumpStart, which will instantiate a class, resolve dependencies, and executed @startup methods.