Files

6 lines
111 B
Java

import lombok.Value;
@Value class ValueStaticField {
static int x;
static String PASSWORD = "Ken sent me";
}