Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Maybe we should auto-create a static main method for any object that has a String[] constructor and implements the Runnable interface?
e.g.
public class Foo implements Runnable {
public Foo(String[] args)
public void run()
{ .... }}