package net.dontdrinkandroot.example.angularrestspringsecurity.entity; import java.io.Serializable; /** * @author Philip Washington Sorst <philip@sorst.net> */ public interface Entity extends Serializable { Long getId(); }