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

com.github.datalking.beans.Mergeable Maven / Gradle / Ivy

package com.github.datalking.beans;

/**
 * @author yaoo on 5/27/18
 */
public interface Mergeable {

    boolean isMergeEnabled();

    Object merge(Object parent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy