@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface DynamoDbNamed
@DynamoDBNamed("InternalStatus") public String status()
This annotation has the lowest precedence among other property/field
annotations where attributeName
may be specified.
May be used as a meta-annotation.
String value
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.