utybo / Tegral

🟣 A Kotlin framework for web applications, cool libraries that go along with it!
https://tegral.zoroark.guru
Apache License 2.0
38 stars 4 forks source link

Allow custom predicates for exclusion in `noUnused` #96

Open utybo opened 1 year ago

utybo commented 1 year ago

Tegral DI's noUnused is fairly useless with Tegral Services. The current exclusion system should also have some form of excludeIf { } lambda that is a fully user-controlled predicate. This would allow excluding services, controllers, etc.