An open API service indexing awesome lists of open source software.

https://github.com/leon/play-enumeration

Scala Enumeration support for Play Framework 2
https://github.com/leon/play-enumeration

Last synced: 5 months ago
JSON representation

Scala Enumeration support for Play Framework 2

Awesome Lists containing this project

README

          

# 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](https://secure.travis-ci.org/leon/play-enumeration.png)](http://travis-ci.org/leon/play-enumeration)

### Installation
Adding the plugin to your `project/Build.scala`

val appDependencies = Seq(
"se.radley" %% "play-plugins-enumeration" % ""
)