Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d407b73

Browse files
Added support for DynamoDbAutoGeneratedKey annotation
1 parent f53cd86 commit d407b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/extensions/annotations/DynamoDbAutoGeneratedKey.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
@SdkPublicApi
6767
@Documented
6868
@Retention(RetentionPolicy.RUNTIME)
69-
@Target({ElementType.METHOD, ElementType.FIELD})
69+
@Target({ElementType.METHOD, ElementType.FIELD})
7070
@BeanTableSchemaAttributeTag(AutoGeneratedKeyTag.class)
7171
public @interface DynamoDbAutoGeneratedKey {
7272
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /