Annotation Type DynamoDBDocument
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface DynamoDBDocument
An annotation that marks a class which can be serialized to a DynamoDB document or sub-document. Behaves exactly the same asDynamoDBTable
, but without requiring you to specify atableName
.