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

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

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

/**
 * The IPersistentUpdatable interface represents an entity that can be persisted and updated.
 * It is intended to be implemented by classes that need to provide persistence and update functionality.
 */
public interface IPersistentUpdatable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy