doNotRegister property

List<String> doNotRegister

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

This is intended to be used in conjunction with autoRegister.
It will do **nothing** if autoRegister is false.

Implementation

List<String> get doNotRegister;