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

com.github.shynixn.petblocks.api.persistence.entity.Persistenceable Maven / Gradle / Ivy

package com.github.shynixn.petblocks.api.persistence.entity;

@FunctionalInterface
public interface Persistenceable {

    /**
     * Returns the id of the object
     * @return id
     */
    long getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy