|
|||||||
| 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 | |
|---|---|
String |
tableName
The name of the table to use for this class. |
| Element Detail |
|---|
public abstract String tableName
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||