leon / play-enumeration

Scala Enumeration support for Play Framework 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala Enumerations for Play Framework 2

This plugin makes it possible to use Scala's Enumerations across Play Framework 2

Note! I don't think Scala's enumerations are any good. There are other constructs such as case classes that are better suited. But I'm keeping this package around for those i choose to go with it anyway :)

  • Forms
  • JSON

Build Status

Installation

Adding the plugin to your project/Build.scala

val appDependencies = Seq(
  "se.radley" %% "play-plugins-enumeration" % "<add latest version here>"
)

About

Scala Enumeration support for Play Framework 2


Languages

Language:Scala 100.0%