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

org.wartremover.warts.Enumeration.scala Maven / Gradle / Ivy

The newest version!
package org.wartremover
package warts

object Enumeration
    extends ForbidType[scala.Enumeration](
      "Enumeration is disabled - use case objects instead"
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy