Magnus Vojbacke

Results 5 comments of Magnus Vojbacke
trafficstars

> What's the point in this? This approach is less flexible than the current one since callers very often want to instantiate that object themselves so they can pass in...

I'm going to reiterate my point, because adding these convenience methods will not decrease the flexibility of the current API. **The convenience methods introduced are not meant to replace the...

> I see zero advantages to > > JCommander.parse(args, Params.class); > > over > > Params a = new Params(); > new JCommander(args).parse(a); I disagree. I claim that there are...

In the case of multiple argument classes, I guess you just fall back to the original way of using the JCommander API. It would be one of the non-trivial use...

A setting for fill / transparent of box shapes would be nice