mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
[Closes #928] @Value no longer makes uninitialized static fields final
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import lombok.Value;
|
||||
@Value class ValueStaticField {
|
||||
static int x;
|
||||
static String PASSWORD = "Ken sent me";
|
||||
}
|
||||
Reference in New Issue
Block a user