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

    Modifier and Type
    Method
    Description
    void
    nailMain(String[] args)
     
  • Method Details

    • nailMain

      void nailMain(String[] args)