PeterKnego / xmappr

A simple XML-to-Java mapper
4 stars 2 forks source link

Remove all @XYZ mapping annotation references from MappingBuilder #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MappingBuilder should be agnostic to configuration method: XML or annotations.

So there should be no references to concrete configuration method in this
class: basically this means removing all @XYZ annotation references.

All validation logic must be moved to ConfigurationProcessor validateXYZ()
methods.

Original issue reported on code.google.com by peter.kn...@gmail.com on 24 Jan 2010 at 8:28

GoogleCodeExporter commented 9 years ago
Remove also all references to Field: use strictly baseType and targetType.

Original comment by peter.kn...@gmail.com on 28 Jan 2010 at 9:52