Adding annotation for the description

This commit is contained in:
Dulitha Wijewantha 2015-10-16 23:37:58 +05:30
parent 002a1ec580
commit 5962694ec2

View File

@ -171,6 +171,7 @@ public class Policy implements Comparable<Policy>, Serializable {
this.updated = updated;
}
@XmlElement
public String getDescription() {
return description;
}