sting-ioc / sting

https://sting-ioc.github.io
Apache License 2.0
8 stars 0 forks source link

Generate an error if an injector contains a non-managed type #39

Closed realityforge closed 4 years ago

realityforge commented 4 years ago

If an injector or any of it's super-interfaces encloses a type that is not an @Injectable, @Fragment or @StingProvider type then generate an error

realityforge commented 4 years ago

Decided that there is no legitimate need for a suppressable warning so went with a hard error