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

org.mydotey.scf.labeled.PropertyLabel Maven / Gradle / Ivy

package org.mydotey.scf.labeled;

/**
 * @author koqizhao
 *
 * Jun 15, 2018
 */
public interface PropertyLabel {

    /**
     * non-null
     */
    Object getKey();

    /**
     * non-null
     */
    Object getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy