The @jdk.Exported annotation is not available in Java SE 11. Any information
conveyed using this annotation should be moved to the module's exports declaration. In addition,
any tools scanning for the @jdk.Exported annotation will require updates to use
the new API support in javax.lang.model and java.lang.module.
For more information on the @jdk.Exported annotation removal, see Java 9 Removed APIs, Features, and Options. For more information on the removed annotation, see jdk.Exported documentation.