1 2 3 4 5 6 7 8 9 10 11 12 13 14
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 }