} catch(NoSuchPropertyException e) {
com.dooapp.gaedo.blueprints.strategies.graph.GraphProperty used = new com.dooapp.gaedo.blueprints.strategies.graph.GraphProperty()
.withName(key)
.withType(value.getClass())
.withDeclaringClass(getClass());
used.setAnnotation(new GraphPropertyAnnotation(key, PropertyMappingStrategy.asIs));
return data.put(used, (List<Object>) value);
}
}