frankiesardo / auto-parcel

Android Parcelable models made easy
Eclipse Public License 1.0
1.37k stars 83 forks source link

'Android annotations' issue #11

Closed ArthurSav closed 9 years ago

ArthurSav commented 10 years ago

Seems like auto parcel doens't play well with android annotations. After i added auto-parcel, android annotations stopped generating classes. Any idea?

frankiesardo commented 9 years ago

Does a consistent use of apt instead of provided for all your annotation processing dependencies solve the problem?