public static void main(String[] args) { List<String> strings = Lists.asList("s1", "s2", "s3"); }
main