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


Deprecated. Use DynamoDBTable instead.

@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Deprecated
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
          Deprecated. The name of the table to use for this class.
 

Element Detail

tableName

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



Copyright © 2016. All rights reserved.