We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
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.