summaryrefslogtreecommitdiff
path: root/clformat/src/main/java/bjc/utils/ioutils/format/Decree.java
blob: e06caf073940104b99bf00dc69a477dce3ab6689 (plain)
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
}