blob: d31c393587d55d321fad117a0e2f5f0662499631 [file] [log] [blame]
class Comment {
@Property Long id;
@Property Long version;
@Property Entry entry
@Property String authorName
@Property String authorEmail
@Property String authorBlogURL
@Property String body
@Property constraints = {
authorEmail(email:true)
authorBlogURL(url:true)
body(blank:false)
}
}