NijiDigital / gyro

Tool to generate Realm.io models for Swift, Java & ObjC from xcdatamodel and its visual Xcode editor
Apache License 2.0
93 stars 15 forks source link

Add `@Required` attribute to java templates #44

Closed AliSoftware closed 6 years ago

AliSoftware commented 6 years ago

In the android-kotlin templates created by @xgouchet , Realm's @Required attribute is generated for properties that are… required.

Thats a good idea that we should borrow for Java templates too.