Annotation Type DynamoDBTable


@Retention(RUNTIME) @Target(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:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the table to use for this class.
  • Element Details

    • tableName

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