Package nl.colorize.example
Class ExampleApp
- java.lang.Object
-
- nl.colorize.example.ExampleApp
-
public class ExampleApp extends java.lang.ObjectAn example application that does nothing except printing a message to stdout. This class only exists so that the plugin is able to build itself as an application, which requires a main method.
-
-
Constructor Summary
Constructors Constructor Description ExampleApp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-