Le 08/01/15 17:43, Martin Desruisseaux a écrit :
> Anyway, I think that the most difficult task will the the JAXB issue.
An idea: I played a little bit with Annotation Processing Tools (APT)
and found them surprisingly powerful. I think it would be possible to
write an APT which automatically replace JAXB annotations by Java code
using the Android XML API. This action would be performed at
compile-time (no runtime dependency). If someone is interested in
exploring that path, I could write a starting point (an APT skeleton
that intercept JAXB annotations, and configure the Maven build to run
that APT).
Martin