@FunctionalInterface public interface ModuleStarter
ModuleStarter will be generated using annoation processor by adding this artifact within your build.| Modifier and Type | Method and Description |
|---|---|
default int |
priority()
Priority used to launch Modules according to custom order.
|
void |
start()
This method will be called when all modules are started during application boot up.
|
void start()
default int priority()
Copyright © 2011–2018 JRebirth OSS. All rights reserved.