cmelchior / realmfieldnameshelper

Realm extension library used to create more type-safe queries.
Apache License 2.0
173 stars 21 forks source link

Add support for @LinkingObjects("name") backlinks name #22

Closed ursusursus closed 6 years ago

ursusursus commented 7 years ago

Add support for @LinkingObjects("children name in parent") backlinks name, now when I use @LinkingObjects(ParentFields.CHILDREN.$) it doesnt compile with 1.1.1

cmelchior commented 6 years ago

Unfortunately, this isn't possible since there is no way to control in which order the annotation processors run. So sometimes you might get lucky it works, in most cases, it probably won't :(

Closing

filipkowicz commented 4 years ago

@cmelchior shouldn't it wait until other processors do they job. It work somehow with Dagger and AutoFactory - both working as annotation processors