All main service classes implements that interface to guarantee a controlled startup sequence.
| 22 | * startup sequence. |
| 23 | */ |
| 24 | public interface DaoSetupService { |
| 25 | void addListeners(); |
| 26 | |
| 27 | void start(); |
| 28 | } |
no outgoing calls
no test coverage detected