The JDK-specific annotation `@jdk.Exported` has been removed in JDK 9. The information that `@jdk.Exported` conveyed is now recorded in the exports declarations of modules. Tools that scan for this annotation should be updated to make use of the new API support in `javax.lang.model` and `java.lang.module`.