×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Pityu Szivi
Added: Apr 30, 2020 3:45 PM
Views: 4306
Tags: no tags
  1. @NotEmpty
  2.   @Size(min = 6, max = 98)
  3.   private String url;
  4.   @NotEmpty
  5.   @Size(min = 3, max = 98)
  6.   private String content;
  7.   private Integer likeCounter;
  8.   private Date date;