synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Generate Java Sources - generate the property as protected #16

Closed mbellomo closed 9 years ago

mbellomo commented 9 years ago

Generate Java Sources - generate the property as protected, currently it's generating a private variable. This would be useful to be protected for us in subclass constructors as it's bad practice for a constructor to call a setter.