import java.util.*; class Test { private String[] strings; public List<String> getStrings() { return Arrays.asList(str<caret>); } }