jumped.beans

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.

Members

Classes

Container
class Container(T)

A container is a class that can perform dependency resolution at compile-time, finding any dependencies through the template parameter.

Functions

jumpStart
void jumpStart()

Starts the application.

Meta