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

dataclass.since.scala Maven / Gradle / Ivy

There is a newer version: 2.1.0-M29
Show newest version
// from https://github.com/alexarchambault/data-class/blob/cb28e25100090785fc6ae790a6cc9f6f79bb2043/src/main/scala/dataclass/since.scala

package dataclass

import scala.annotation.StaticAnnotation

class since(val version: String = "") extends StaticAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy