| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||
@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.
DynamoDBMapperConfig.TableNameOverride| Required Element Summary | |
|---|---|
|  java.lang.String | tableNameThe name of the table to use for this class. | 
| Element Detail | 
|---|
public abstract java.lang.String tableName
| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||