
com.moon.core.model.supplier.LongIdSupplier Maven / Gradle / Ivy
package com.moon.core.model.supplier;
/**
* @author moonsky
*/
public interface LongIdSupplier extends IdSupplier {
/**
* get an id
*
* @return
*/
@Override
Long getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy