class ABC {
ABC(String s, File f) {}
}How can I use respondsTo to see if the constructor exists? -- Schalk W. Cronjé Twitter / Ello / Toeter : @ysb33r
class ABC {
ABC(String s, File f) {}
}How can I use respondsTo to see if the constructor exists? -- Schalk W. Cronjé Twitter / Ello / Toeter : @ysb33r