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

me.deecaad.core.utils.Keyable Maven / Gradle / Ivy

package me.deecaad.core.utils;

import org.jetbrains.annotations.NotNull;

/**
 * This interface is used to mark classes that have a key (or a unique identifier) which can be used
 * for {@link me.deecaad.core.mechanics.Registry}.
 */
public interface Keyable {
    @NotNull String getKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy