I have a class that has this note, @Id
, what is the use of it?
package oknok.validacao.resources;
import org.jongo.marshall.jackson.oid.Id;
public class Validacao {
@Id
String id;
String email;
String instancia;
String dataCriacao;
String dataAtualizacao;
}