@Deprecated @Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface DynamoDBScalarAttribute
Modifier and Type | Required Element and Description |
---|---|
ScalarAttributeType |
type
Deprecated.
The scalar attirbute type.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
attributeName
Deprecated.
Optional parameter when the name of the attribute as stored in DynamoDB
should differ from the name used by the getter / setter.
|
public abstract ScalarAttributeType type
ScalarAttributeType
public abstract String attributeName
Copyright © 2021. All rights reserved.