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

ants.decline-derive_3.0.2.0.source-code.annotations.scala Maven / Gradle / Ivy

The newest version!
package decline_derive

class arg(val hints: (ArgHint.type => ArgHint)*)
    extends annotation.StaticAnnotation:
  private[decline_derive] def getHints = hints.map(_(ArgHint))

class cmd(val hints: (CmdHint.type => CmdHint)*)
    extends annotation.StaticAnnotation:
  private[decline_derive] def getHints = hints.map(_(CmdHint))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy