Sure would be nice if those files actually showed up in a google
search.
They don't.
So, I downloaded those, and all their dependencies. (23 files files
manually installed to my local Maven repository)
It works!
Now, if it was just documented.
At all.
I thought it would be generating relatively simple
equals/tostring/etc...
So, it generates rather odd looking methods that use Strategies on each
call. (I had thought the Strategy classes were for how it generated
the code, not how the code generated the result.)
Is there any documentation on just what these strategies do?
Is there any way to exclude certain fields?
I've found their source - which is pretty much undocumented. And no,
it's not a trivial thing to figure out exactly what they do.