Created
October 9, 2012 15:26
-
-
Save FrancescaK/3859516 to your computer and use it in GitHub Desktop.
brevity notebooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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