Did this page help you?

   Yes   No   Tell us about it...

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


@Retention(value=RUNTIME)
@Target(value=METHOD)
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.