Skip to content

Commit

Permalink
JdkConstants is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Mar 19, 2021
1 parent 45c6497 commit 4f3de31
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2020 JetBrains s.r.o.
* Copyright 2000-2021 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -23,6 +23,13 @@
import java.util.Calendar;
import java.util.regex.Pattern;

/**
* @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
public final class JdkConstants {

/**
Expand Down

0 comments on commit 4f3de31

Please sign in to comment.