
Sisu is a modular jsr330-based container that supports classpath scanning, auto-binding, and dynamic auto-wiring.
sisu-maven-plugin indexes the jsr-330 components to be made available to maven. it creates an index in meta-inf/sisu/javax.inject.named enumerating the components. this means that no classpath scanning is required at runtime to find them, which keeps maven's startup time fast.