package com.gffny.ldrbrd.web.model; /** * Base interface to wrap all json responses * * @author John Gaffney (john@gffny.com) Jan 27, 2013 * */ public interface JSONable { }