mgravell / fast-member

Automatically exported from code.google.com/p/fast-member
Apache License 2.0
1.02k stars 141 forks source link

Add setting property value for properties that have no setter #64

Closed Salgat closed 5 years ago

Salgat commented 6 years ago

In cases where no setter (even private) exists, the backing field is used instead. Only enabled when allowNonPublicAccessors is true.

mgravell commented 5 years ago

merged, thanks - makes sense; note I had to tweak the innards a bit to reflect some other changes, but the code is still there (just refactored a bit); appreciated!