Macarse

Results 35 comments of Macarse

@cowtowncoder wait, what? I am using jackson-jr in my work project and I am using it without getters and setters. Just public fields.

@cowtowncoder ok, I am clueless. Adding getters and setters fixed the LoganSquare Demo. I will update my code. How come my model works without getters and setters?

btw, this is the result of running my branch in a nexus 6p with developer preview 4. ![screenshot_20160719-165146](https://cloud.githubusercontent.com/assets/24915/16970621/3159149a-4dd2-11e6-8b4a-147b71ff2709.png) ![screenshot_20160719-165212](https://cloud.githubusercontent.com/assets/24915/16970622/316097ce-4dd2-11e6-9729-ff02ef938cd1.png)

I found my issue, after cleaning the build my code stop working. Apparently I started using 2.8 and changed it to 2.7.x but the dependency was not updated. @cowtowncoder do...

@cowtowncoder thanks. since I am only going to use `USE_FIELDS`, should I turn off other features? for example `USE_IS_GETTERS`.