code review comments
This commit is contained in:
@@ -6,7 +6,7 @@ import com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBDocument;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Address Object
|
||||
* Address class
|
||||
* Created by dheeraj.mummarareddy on 3/4/18.
|
||||
*/
|
||||
@DynamoDBDocument
|
||||
|
@@ -9,7 +9,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Person Request
|
||||
* Person class
|
||||
* Created by dheeraj.mummarareddy on 3/4/18.
|
||||
*/
|
||||
@DynamoDBTable(tableName = "persons")
|
||||
|
Reference in New Issue
Block a user