@Retention(value=RUNTIME) @Target(value={FIELD,METHOD,ANNOTATION_TYPE}) public @interface DynamoDBNamed
@DynamoDBNamed("InternalStatus") public String getStatus()
This annotation has the lowest precedence among other property/field
annotations where attributeName
may be specified.
May be used as a meta-annotation.
public abstract String value
Copyright © 2020. All rights reserved.