1 2 3 4 5 6 7
aspect Aspect1 { public static class Vote._ { private String s; public _() {s="abc";} public _(String string) {s=string;} } }