A
B
F
G
I
N
P
R
S
B
- Borg - class in net.kibotu.borg
- A thread-safe dependency injection and initialization orchestrator inspired by Star Trek's Borg collective.
- BorgDrone - class in net.kibotu.borg
- Contract for components that need ordered, dependency-aware initialization.
- BorgException - class in net.kibotu.borg
- A hierarchy of exceptions that can occur during component initialization.
- BorgException.AssimilationException - class in net.kibotu.borg.BorgException
- Thrown when a component fails to initialize.
- BorgException.CircularDependencyException - class in net.kibotu.borg.BorgException
- Thrown when components form a dependency cycle.
- BorgException.DroneNotAssimilatedException - class in net.kibotu.borg.BorgException
- Thrown when attempting to access a drone's result before it has been initialized.
- BorgException.DroneNotFoundException - class in net.kibotu.borg.BorgException
- Thrown when a required component is missing from the collective.