I tried migrating my project from JDK 1.8 to Java 9, but it wouldn't compile. My project uses a lot of javax.xml.bind.annotation
classes and it seems they are missing. Were they moved somewhere or deprecated?
This is marked for removal( and moved to module java.xml.bind), you can refer to documentation here: Java Docs API