yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Make it easy to copy/generate javadocs in generated model classes (3.0 only) #126

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Add a JavadocPlugin that can copy javadocs from fields/methods/model spec classes to their corresponding entities in the generated class.

This is against the 3.0 branch because we use some of the updated plugin APIs.

jdkoren commented 8 years ago

LGTM