According to the 2.4.0 update of Retrofit:
New: Converter for JAXB replaces the now-deprecated converter for Simple XML Framework.
I haven't found a single tutorial on how to implement this to replace my simple xml annotated pojos.
Can anyone share a quick guide on how to transition from simplexml to jaxb?