renatoathaydes
07/13/2016, 12:10 PMclass MyClass(s: String, t: Integer? = null)
. From Java reflection, it looks like the constructor with only one parameter does not exist (I use PicoContainer to instantiate the class). Is there a good solution to this?