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

io.legaldocml.diff.AttributeDiff Maven / Gradle / Ivy

The newest version!
package io.legaldocml.diff;

/**
 * @author Jacques Militello
 */
public interface AttributeDiff extends Diff {

    Object getLeftValue();

    Object getRightValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy