@Retention(value=RUNTIME)
@Target(value=METHOD)
@Deprecated
public @interface DynamoDBRangeKey
This annotation is required for tables that use a range key.
| 修飾子とタイプ | 任意要素と説明 |
|---|---|
java.lang.String |
attributeName
非推奨です。
Optional parameter when the name of the attribute as stored in DynamoDB
should differ from the name used by the getter / setter.
|