Xmappr 0.9.3 has been just released.
This was quite a busy release as code base has grown by about 2k lines
in about 10 days.
The most notable feature is mapping to custom accessor methods
(getters/setters) for JavaBeans and other classes that have private
fields. Now @Element and other annotations can be used on methods.
Also mapping to parent classes and Interfaces is now fully
implemented.
Take a look at this for a taste of features:
http://code.google.com/p/xmappr/source/browse/trunk/src/test/java/org/xmappr/InterfaceTest.java
Docs will be written in the next days.
I'd be more than grateful if you could test this and give me some
input.
Peter