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

io.github.pixee.maven.operator.Kind.kt Maven / Gradle / Ivy

package io.github.pixee.maven.operator

/**
 * Represents a Kind of Version Pinning in a Maven File, representing the `-source` and `-target`
 * flags as well as the newer `-release` flag of `javac`.
 */
enum class Kind {
    SOURCE, TARGET, RELEASE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy