public class Start
extends Object
| Constructor and Description |
|---|
Start() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Runs the configuration scripts and calls the
PostConstruct
methods of the configured objects. |
public static void main(String[] args)
PostConstruct
methods of the configured objects. It also registers a shutdown hook,
which will be called by the JRE on system exit, and in turn the shutdown
hook will call Stop.shutdown().args - unused