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

net.peanuuutz.fork.ui.inspection.Inspectable.kt Maven / Gradle / Ivy

The newest version!
package net.peanuuutz.fork.ui.inspection

interface Inspectable {
    val name: String

    fun InspectInfo.inspect() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy