I wanted to generate some XML Schemas for my project. I have some Java Classes, like this one:
package com.fortresswars.entity; import com.fortresswars.entity.p
Yes, JAXB can go both ways (using annotations). Check out this question for more info and some links.