All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.ninobomba.commons.data.markers.IPersistentEditable Maven / Gradle / Ivy

The newest version!
package io.github.ninobomba.commons.data.markers;

/**
 * The IPersistentEditable interface represents an object that can be persisted and edited.
 * Classes implementing this interface should provide methods for saving and loading data, as well as
 * methods for modifying the persisted data.
 */
public interface IPersistentEditable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy