Annotation for marking a class property as non-modeled. Applied to the getter
method or the class field for a non-modeled property. If the annotation is
applied directly to the class field, the corresponding getter and setter must
be declared in the same class.
All getter methods not marked with this annotation are assumed to be modeled
properties and included in any save() requests.