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

com.malinskiy.marathon.config.ConfigurationValidator.kt Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package com.malinskiy.marathon.config

import com.malinskiy.marathon.execution.Configuration

interface ConfigurationValidator {
    fun validate(configuration: Configuration)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy