
com.github.insanusmokrassar.IObjectK.realisations.SimpleIObject.kt Maven / Gradle / Ivy
package com.github.insanusmokrassar.IObjectK.realisations
import com.github.insanusmokrassar.IObjectK.interfaces.IInputObject
import com.github.insanusmokrassar.IObjectK.interfaces.IObject
open class SimpleIObject : IObject, SimpleTypedIObject {
constructor(from: Map) : super(from)
constructor(from: IInputObject) : super(from)
constructor() : super()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy