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


Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.

@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
 java.lang.String tableName
          Deprecated. The name of the table to use for this class.
 

Element Detail

tableName

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



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