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

scala.annotation.unroll.scala Maven / Gradle / Ivy

There is a newer version: 3.7.0-RC1-bin-20250116-8b27ecb-NIGHTLY
Show newest version
package scala.annotation

@experimental("under review as part of SIP-61")
/**The `@unroll` annotation is reserved for parameters of classes and methods.
 *
 * It enables to add new parameters while preserving backwards binary compatibility,
 * through code generation of hidden forwarder methods (but visible in the binary API).
 *
 * Read more about parameter unrolling, and the usage of `@unroll` in the reference documentation:
 * https://dotty.epfl.ch/docs/reference/experimental/unrolled-defs.html
 */
final class unroll extends scala.annotation.StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy