Deprecated flag for static non-JvmField and non-const properties

This commit is contained in:
Michael Bogdanov
2015-10-12 16:41:56 +03:00
parent 275f3f8954
commit 0209cd080e
19 changed files with 33 additions and 18 deletions
@@ -1,5 +1,11 @@
public final class A {
/**
* @deprecated
*/
public static final int c = 1;
/**
* @deprecated
*/
@org.jetbrains.annotations.NotNull
public static java.lang.String v;
public static final pack.A INSTANCE;