Mapping definition by Java Annotations
Brought to you by:
wernerfragner
Currently there are two ways how to define the mapping:
1) Using Java bean property convention (default)
2) Programmatically define the mappings (class BeanMapping)
In order to avoid progrogramming the mapping, it should be possible to define the mapping information as Java annotation at the target Java Beans.