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

io.github.guttenbase.hints.impl.DefaultExportDumpExtraInformationHint.kt Maven / Gradle / Ivy

package io.github.guttenbase.hints.impl

import io.github.guttenbase.export.ExportDumpExtraInformation
import io.github.guttenbase.export.ExportDumpExtraInformationHint

/**
 * By default do nothing.
 *
 *  © 2012-2034 akquinet tech@spree
 *
 *
 * @author M. Dahm
 */
open class DefaultExportDumpExtraInformationHint : ExportDumpExtraInformationHint() {
 override val value: ExportDumpExtraInformation
    get() = ExportDumpExtraInformation {  _,_,_ -> HashMap() }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy