com.shadow.pluralize.utils.Plurality.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of processor Show documentation
Show all versions of processor Show documentation
Auto-generates DSL for your Kotlin projects using annotations.
package com.shadow.pluralize.utils
enum class Plurality {
Singular,
Plural,
CouldBeEither
}