lombok
Interface Application
public interface Application
Generates a public static void main(String[]) method that constructs a new object of your type and then calls
the runApp(String[]) method on it.
|
Method Summary |
void |
runApp(String[] args)
Entry point of your Java application |
runApp
void runApp(String[] args)
throws Throwable
- Entry point of your Java application
- Parameters:
args - the command line arguments
- Throws:
Throwable
Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.