Package

metaconfig

annotation

Permalink

package annotation

Visibility
  1. Public
  2. All

Type Members

  1. final case class Deprecated(message: String, since: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  2. final case class DeprecatedName(name: String, message: String, sinceVersion: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  3. final case class Description(value: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  4. final case class Dynamic() extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  5. final case class ExampleValue(value: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  6. final case class ExtraName(value: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  7. final case class Flag() extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  8. final case class Hidden() extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  9. final case class Inline() extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  10. final case class Repeated() extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  11. final case class ShortName(value: Char) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink
  12. final case class SinceVersion(value: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

Ungrouped