Interface ScalaDependency

All Superinterfaces:
IScalaVersion
All Known Implementing Classes:
ScalaDependency.Builtin, ScalaDependency.Custom, ScalaDependency.YamlDefined

public sealed interface ScalaDependency extends IScalaVersion permits ScalaDependency.Builtin, ScalaDependency.Custom, ScalaDependency.YamlDefined
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Scala version defined using annotation @Scala(version = ScalaVersion.X_Y_Z)
    static final record 
    Scala version defined using annotation @CustomScala
    static final record 
    Scala version defined in the plugin.yml under the "scala-version" key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the version string for this version of Scala.
  • Method Details