Class SharedStateDiagnostic

  • All Implemented Interfaces:
    GuiceyLifecycleListener

    public class SharedStateDiagnostic
    extends UniqueGuiceyLifecycleListener
    Prints shared state usage during application startup. Shows:
    • What objects stored in state
    • Who accessed stored objects (preserving access order)
    • Misses (requesting not yet available values)
    • Never set, but requested objects (including never called state value listeners).
    Since:
    20.03.2025