singletons property

  1. @visibleForTesting
Map<Type, Object> singletons
final

This is only here for testing and you should not use this in your code

Implementation

@visibleForTesting
final Map<Type, Object> singletons;