@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface DynamoDBIgnore
All getter methods not marked with this annotation are assumed to be modeled properties and included in any save() requests.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.