ArtificialBadger / Monumental

A IoC container agnostic dependency injection registration engine that prioritizes using conventions on type-patterns over other registration methods.
MIT License
2 stars 0 forks source link

Allow Abstract Classes to be optionally registered #1

Open ArtificialBadger opened 2 years ago

ArtificialBadger commented 2 years ago

Default should not register abstract classes

ArtificialBadger commented 2 years ago

Abstract classes not registered by default right now

ArtificialBadger commented 2 years ago

Thinking that I'll allow a settings object with an enum for AbstractClass registration.

Never,
Always,
LifestyleTaggedOnly