Did this page help you?

   Yes   No   Tell us about it...

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


Deprecated.

@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 © 2010 Amazon Web Services, Inc. All Rights Reserved.