stephanenicolas / boundbox

BoundBox provides an easy way to test an object by accessing all its fields, constructor and methods, public or not. BoundBox breaks encapsulation.
229 stars 19 forks source link

add javadoc to methods of BoundBoxOfFoo #5

Closed stephanenicolas closed 11 years ago

stephanenicolas commented 11 years ago

The methods generated in a BoundBoxOfFoo should have proper javadoc to explain what they do.

it would help using a boundbox as some methods are not absolutely intuitive like constructors for instance.

this feature should be optional and enabled by default.