Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The Runner class has a primary constructor that 9 arguments. Its companion object provides alternate constructors (1 arg or 2 args), but Java doesn't have access to this, requiring a user to manually fill in the defaults.
It'd be nice to have similar constructors that Java programs can call.