Skip to content

Instantly share code, notes, and snippets.

Created March 19, 2017 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1b0ee0dc683e56b5fee3e2775f1eee4f to your computer and use it in GitHub Desktop.
Save anonymous/1b0ee0dc683e56b5fee3e2775f1eee4f to your computer and use it in GitHub Desktop.
SpaceTypeDescriptor typeDescriptor = new SpaceTypeDescriptorBuilder("Comment")
.idProperty("id")
.idProperty("body")
.create();
space.getTypeManager().registerTypeDescriptor(typeDescriptor);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment