package com.supaham.commons; /** * Represents a class that is identifiable by an {@link Integer}. * * @since 0.1 */ public interface IdentifiableByInteger extends Identifiable<Integer> { }