public interface PreMain
An initialization task which is run before the application's
main
method. THe main module is searched for
service implementations of this interface before the main method is executed.- Author:
- David M. Lloyd
-
Method Summary
-
Method Details
-
run
Run the initialization task.- Parameters:
args
- the (mutable) list of command-line arguments
-