We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd034a commit 8ffc338Copy full SHA for 8ffc338
services-custom/dynamodb-enhanced/README.md
@@ -8,6 +8,9 @@ completely made up and not part of this library. Any search or key
8
values used are also completely arbitrary.
9
10
### Initialization
11
+**IMPORTANT**: Fields in your DynamoDbBean java class **MUST NOT** be marked as `final`.
12
+The DynamoDB Enhanced Client requires fields to be mutable for the mapping to work correctly.
13
+
14
1. Create or use a java class for mapping records to and from the
15
database table. At a minimum you must annotate the class so that
16
it can be used as a DynamoDb bean, and also the property that
0 commit comments