66.3 Finding a main class
If you don’t use Repackager.setMainClass()
to specify a main class, the repackager will use ASM to read class files and attempt to find a suitable class with a public static void main(String[] args)
method. An exception is thrown if more than one candidate is found.