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

io.api.bloxy.model.IAddressModel.kt Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.api.bloxy.model

import io.api.bloxy.model.dto.AddressType


/**
 * Model have address type
 *
 * @see AddressType
 *
 * @author GoodforGod
 * @since 28.11.2018
 */
interface IAddressModel {
    val addrType:AddressType
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy