Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created October 9, 2012 15:26
Show Gist options
  • Select an option

  • Save FrancescaK/3859516 to your computer and use it in GitHub Desktop.

Select an option

Save FrancescaK/3859516 to your computer and use it in GitHub Desktop.
brevity notebooks
@Document(collection = “notebooks”) public class Notebook {
@Id private String id; private String name; private String description; @DateTimeFormat(style = "M-") private Date created = new Date(); private String author; private String[] tags; private Note[] notes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment