ModelFactory f = context.getModelFactory();
List<Statement> statements = Lists.create();
statements.add(new ExpressionBuilder(f, f.newThis())
.method(context.getValueGetterName(sid.findDeclaration()))
.toReturnStatement());
return f.newMethodDeclaration(
null,
new AttributeBuilder(f)
.annotation(context.resolve(Override.class))
.Public()
.toAttributes(),