package bjc.utils.ioutils.format; /** * Interface for all decrees. * * At the moment, this is just a marker interface, but there may be things added * here. * * @author Ben Culkin * */ public interface Decree { // Marker interface, for now }