Class NilKitPremain

java.lang.Object
me.tamkungz.nilkit.entrypoint.NilKitPremain
All Implemented Interfaces:
Runnable

public final class NilKitPremain extends Object implements Runnable
Standard NilKit entrypoint for the premain phase. This class is invoked by the loader during the premain stage and delegates execution to the EntrypointDispatcher.
  • Constructor Details

    • NilKitPremain

      public NilKitPremain()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable