Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 27, 2019 09:14
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 MaryKuz/7a0d4792674a714da949c0aaa3f79bbb to your computer and use it in GitHub Desktop.
Save MaryKuz/7a0d4792674a714da949c0aaa3f79bbb to your computer and use it in GitHub Desktop.
Including the University and Student classes in the annotation
@RealmModule(classes = {Student.class, University.class})
public class SimpleRealmModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment