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

com.moon.core.model.getter.IdGetter Maven / Gradle / Ivy

package com.moon.core.model.getter;

import com.moon.core.model.supplier.IdSupplier;

/**
 * @author moonsky
 */
@FunctionalInterface
public interface IdGetter extends IdSupplier, Getter {

    /**
     * get id
     *
     * @return
     */
    @Override
    String getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy