big-andy-coates / populace

Test utility to recursiving populate object graphs
Apache License 2.0
0 stars 0 forks source link

Extend / refactor JaxB support #28

Closed big-andy-coates closed 9 years ago

big-andy-coates commented 9 years ago

Added concept of AnnotationInspector, which is responsible for finding annotations for a given field. A default implementation is provided in core and the Jaxb module extends with one capable of finding XML related annotations of getters and setters.

Also took a moment to clean up some warnings in Lint