public interface PreMain
main
method. THe main module is searched for
service implementations of this interface before the main method is executed.Modifier and Type | Method and Description |
---|---|
void |
run(java.util.List<java.lang.String> args)
Run the initialization task.
|