class Test { public String getString() { return StaticInner.STRING; } static class StaticInner { public static String STRING = "aaaa"; } }