package com.earth2me.essentials.storage; public interface IStorageWriter { void save(final StorageObject object); }