public class Constants { private static void init() { } public static final String A = "a"; public static final String B = "b"; }