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

org.jetbrains.kotlinx.ggdsl.ir.feature.LayerFeature.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.ggdsl.ir.feature

/**
 * Base interface for layer feature
 *
 * @property featureName the name of feature
 */
interface LayerFeature {
    val featureName: FeatureName // todo remove?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy