21222324252627282930
} } public ObjectContent orDefault() { if(content == null) { DefaultValue annotation = new Mirror().on(object.getClass()).reflect().annotation(DefaultValue.class).atField(field); content = annotation.value(); } return this; }