@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DynamoDbSortKey
Denotes this attribute as being the optional primary sort key of the DynamoDb table. This attribute must map to a
DynamoDb scalar type (string, number or binary) to be valid.