
com.cedarsoft.ObjectCommit Maven / Gradle / Ivy
The newest version!
package com.cedarsoft;
import org.jetbrains.annotations.NotNull;
/**
*
*/
public interface ObjectCommit {
/**
* Commit changes
*
* @param element the element that has been changed
*/
void commit( @NotNull T element );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy