com.amazonaws.services.dynamodb.datamodeling
Annotation Type DynamoDBIgnore


Deprecated. Use DynamoDBIgnore instead.

@Retention(value=RUNTIME)
@Target(value=METHOD)
@Deprecated
public @interface DynamoDBIgnore

Interface for marking a class property as non-modeled. Applied to the getter method of a non-modeled property.

All getter methods not marked with this annotation are assumed to be modeled properties and included in any save() requests.



Copyright © 2016. All rights reserved.