Deprecated flag for static non-JvmField and non-const properties
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user