/** * */ package zendo.playground.dichallenge; /** * * * @author mocanu */ public class Contract { int id; String name; }