Package net.kibotu.borg
See: Description
-
Class Summary Class Description Borg A thread-safe dependency injection and initialization orchestrator inspired by Star Trek's Borg collective. CircularDependencyException Thrown when components form a dependency cycle. AssimilationException Thrown when a component fails to initialize. DroneNotFoundException Thrown when a required component is missing from the collective. DroneNotAssimilatedException Thrown when attempting to access a drone's result before it has been initialized. BorgException A hierarchy of exceptions that can occur during component initialization. -
Interface Summary Interface Description BorgDrone Contract for components that need ordered, dependency-aware initialization.