Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

leon/play-enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages