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


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface DynamoDBTable

Annotation to mark a class as a DynamoDB table.

This annotation is inherited by subclasses, and can be overridden by them as well.

See Also:
DynamoDBMapperConfig.TableNameOverride

Required Element Summary
 String tableName
          The name of the table to use for this class.
 

Element Detail

tableName

public abstract String tableName
The name of the table to use for this class.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.