class Wrapper { String myField; Wrapper(String s) { myField = s; } }