Annotation Interface Version
Version information provided to
CustomScala as an alternative to ScalaVersion.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceA location for a library jar for the Scala library. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe download url for the Scala-2 standard library (for Scala 3, use the url for Scala 2.13).The download url for the Scala-2 reflection library (for Scala 3, use the url for Scala 2.13).The Scala version string. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSHA-1 checksum for scala-library jar file.Download urls for additional jar files for classes not included in the standard library or reflection library.SHA-1 checksum for scala-reflect jar file.
-
Element Details
-
value
String valueThe Scala version string. -
scalaLibraryUrl
String scalaLibraryUrlThe download url for the Scala-2 standard library (for Scala 3, use the url for Scala 2.13). -
scalaReflectUrl
String scalaReflectUrlThe download url for the Scala-2 reflection library (for Scala 3, use the url for Scala 2.13). -
scalaLibrarySha1
-
scalaReflectSha1
-
scalaLibs
Version.ScalaLibrary[] scalaLibsDownload urls for additional jar files for classes not included in the standard library or reflection library.- Default:
{}
-