register property

List<String> register

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

priorities, singletons, lazySingletons, factories, and groups will take priority before register.

if autoRegister is true, then register will be ignored.

As opposed to priorities, register has no effect on the order of injection.

Implementation

List<String> get register;