SiimKinks / sqlitemagic

Compile time processed, annotation driven, no reflection SQLite database layer for Android
https://siimkinks.github.io/sqlitemagic/javadoc/
Apache License 2.0
121 stars 11 forks source link

Transfromer annotation is deprecated not updated in Wiki #7

Closed vincent-paing closed 6 years ago

vincent-paing commented 6 years ago

Although Transformer is marked as deprecated. The wiki still shows an example using Transformer. What's the alternative without using it?

SiimKinks commented 6 years ago

New way of using it, is just not to annotate any classes with @Transformer annotations. Also updated the wiki: Object Transformers