Package com.martiansoftware.nailgun
Interface NonStaticNail
-
public interface NonStaticNail
Allows providing a instance (non-static) main method. Potentially helpful for users of JVM languages other than Java. Implementations of this interface MUST provide a public, no-args constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nailMain(java.lang.String[] args)
-