You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gernotstarke
changed the title
checker classes shall be detected automatically
checker classes shall be detected automatically (aka CheckerFactory)
Aug 25, 2018
- Original article by Przemysław Wojnowski (https://farenda.com/spring-find-annotated-classes/)
seems to have vanished -> Add generic Baeldung article
- unify design discussions
- add current state of issues (open/close)
- Drop "plantumldir" AsciiDoctor attribute as it is not necessary
- Original article by Przemysław Wojnowski (https://farenda.com/spring-find-annotated-classes/)
seems to have vanished -> Add generic Baeldung article
- unify design discussions
- add current state of issues (open/close)
- Drop "plantumldir" AsciiDoctor attribute as it is not necessary
currently, the Checker classes are manually instantiated (in AllChecksRunner), violating the OpenClose principle.
That could be solved programatically, i.e. via a custom annotation or a reflection-based approach.
Open: how to test such behavior?
The text was updated successfully, but these errors were encountered: