Annotation Interface Version
Version information provided to
CustomScala
as an alternative to ScalaVersion
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
A 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 ElementDescriptionDownload urls for additional jar files for classes not included in the standard library or reflection library.
-
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). -
scalaLibs
Version.ScalaLibrary[] scalaLibsDownload urls for additional jar files for classes not included in the standard library or reflection library.- Default:
{}
-