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
- Host: GitHub
- URL: https://github.com/leon/play-enumeration
- Owner: leon
- Archived: true
- Created: 2012-05-22T21:29:03.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T19:39:10.000Z (about 9 years ago)
- Last Synced: 2024-04-14T19:12:29.467Z (about 2 years ago)
- Language: Scala
- Size: 115 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
[](http://travis-ci.org/leon/play-enumeration)
### Installation
Adding the plugin to your `project/Build.scala`
val appDependencies = Seq(
"se.radley" %% "play-plugins-enumeration" % ""
)