Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider removal of JdkConstants #52

Open
kashike opened this issue Jun 4, 2021 · 0 comments
Open

Consider removal of JdkConstants #52

kashike opened this issue Jun 4, 2021 · 0 comments

Comments

@kashike
Copy link
Contributor

kashike commented Jun 4, 2021

The project currently has a requires directive for java.desktop in module-info due to the usage of AWT/Swing classes:

/**
* @deprecated this class will be removed in future versions to avoid Swing dependency,
* which is unnecessary for most of the clients. No IDE or static analysis tool should know
* about this class directly, as it creates new annotations using meta-annotations.
* If it's used in your project, please create similar annotations in your project directly.
*/
@Deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant