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

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

package com.moon.core.model.getter;

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

/**
 * @author moonsky
 */
@FunctionalInterface
public interface NameGetter extends NameSupplier, Getter {

    /**
     * get name
     *
     * @return
     */
    @Override
    String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy