Details
Description
The parser should at least not choke on varargs declarations for methods, e.g.
public void query(String q, Object... stuff) { }
It would be a bonus to set a varargs flag appropriately, probably in FieldDef.
The parser should at least not choke on varargs declarations for methods, e.g.
public void query(String q, Object... stuff) { }
It would be a bonus to set a varargs flag appropriately, probably in FieldDef.
+1