package com.todomvc.shared.model;
Represents objects who can be uniquely identified in the app.
public interface HasID { String getId(); }