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 Detail

      • nailMain

        void nailMain​(java.lang.String[] args)