I am looking for a XML serialization framework which has an option for a XML configuration instead of annotation to name classes and fields.
I looked at Simple and XStream but I didn't find a method to do it. I suppose I could use Spring IOC and XStreams aliasing, but if there's any frameworks, which could do this for me, it would of course be better :)