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

com.jetbrains.plugin.structure.base.utils.Version.kt Maven / Gradle / Ivy

package com.jetbrains.plugin.structure.base.utils

interface Version> : Comparable {
  val productCode: String
    get() = ""

  fun asString(): String
  fun asStringWithoutProductCode(): String
  fun setProductCodeIfAbsent(productCode: String): V
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy