Ahmed-Ali / RealmObjectEditor

Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can save your schema document for later use and you can export your entities in Swift, Objective-C and Java.
MIT License
424 stars 47 forks source link

Make PrimaryKey option work with Java and Kotlin #7

Closed VerachadW closed 9 years ago

VerachadW commented 9 years ago

Since Java and Kotlin use annotation to define PrimaryKey in model, I had updated the appendAttributes() to support these language.

Ahmed-Ali commented 9 years ago

Will merge it as soon as possible. Thanks for your contribution.