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

replpp.shaded.mainargs.Annotations.scala Maven / Gradle / Ivy

The newest version!
package replpp.shaded.mainargs
import scala.annotation.ClassfileAnnotation

class arg(
    val name: String = null,
    val short: Char = 0,
    val doc: String = null,
    val noDefaultName: Boolean = false,
    val positional: Boolean = false,
    val hidden: Boolean = false
) extends ClassfileAnnotation

class main(val name: String = null, val doc: String = null) extends ClassfileAnnotation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy