package xapi.fu; /** * A marker interface we apply to immutable types. * * @author James X. Nelson (james@wetheinter.net) * Created on 07/11/15. */ public interface Frozen { }