sockeqwe / sqlbrite-dao

DAO for SQLBrite
http://hannesdorfmann.com/android/sqlbrite-dao
Apache License 2.0
182 stars 22 forks source link

Detect conflicting @Column definitions #34

Open sockeqwe opened 8 years ago

sockeqwe commented 8 years ago

Detect if two or more columns are annotated with the same name "foo" like @Column("foo")