Generic decorator factory with basic default algorithm that exposes the field value directly with no other processing. If the property name ends with "Text" then the property will use getText()/setText()
a decorator that returns a property descriptor to be used with Object.defineProperty
Generic decorator factory with basic default algorithm that exposes the field value directly with no other processing. If the property name ends with "Text" then the property will use getText()/setText()