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

dev.aurelium.slate.function.PropertyProvider Maven / Gradle / Ivy

The newest version!
package dev.aurelium.slate.function;

import dev.aurelium.slate.info.MenuInfo;

import java.util.Map;

@FunctionalInterface
public interface PropertyProvider {

    /**
     * Gets the default properties of a menu.
     *
     * @param info the {@link MenuInfo} context object
     * @return the default properties
     */
    Map get(MenuInfo info);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy