public static final List<String> list = Collections.unmodifiableList( new ArrayList<String>() {{ add("foo"); add("bar"); // etc }});