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

entities.EntityIdFactoryProvider.kt Maven / Gradle / Ivy

package com.github.fluidsonic.baku


internal interface EntityIdFactoryProvider {

	fun idFactoryForType(type: String): EntityId.Factory<*>?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy