Module io.github.pustike.inject
Implements JSR-330 :
Jakarta Dependency Injection specification.
-
Packages
Exports Package Description io.github.pustike.inject Pustike Inject is a simple dependency injection framework that implements the JSR-330 specification.io.github.pustike.inject.bind Module and Binding configuration classes used to create theInjector
.io.github.pustike.inject.events EventBus allows publish-subscribe style communication between components without requiring components to explicitly register with one another (and thus be aware of each other).io.github.pustike.inject.spi Service Provider Interfaces.