lazySingletons property

List<String> lazySingletons

A list of class name regex patterns (case sensitive) to use to determine whether to register the injectable as a lazy singleton.

Implementation

List<String> get lazySingletons;