Uses of Interface
io.github.pustike.inject.bind.Module

Packages that use Module
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 the Injector.
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).