singletons property

Map<Type, Object> singletons
final

1️⃣ Map of singletons or scoped services by type. This map is mutable so the container can store scope or singletons

Implementation

final Map<Type, Object> singletons;