ntlcn / xmappr

Automatically exported from code.google.com/p/xmappr
0 stars 0 forks source link

Remove all @XYZ mapping annotation references from MappingBuilder #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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 8 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