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

Commit

Permalink
Clarified and expanded list of what Salat doesn't support
Browse files Browse the repository at this point in the history
  • Loading branch information
rktoomey committed Jun 26, 2012
1 parent 824dc50 commit 8860344
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ We don't have the resources to support everything. Here are some things Salat d
- non-case classes
- type aliases
- nested inner classes
- varags
- arrays
- `Option` containing a collection (see [collection support][collections] for workarounds)
- relationship management like a traditional ORM

# How does Salat work?
Expand All @@ -75,4 +78,5 @@ Details are thin on the ground, but here's where we got started:
[play-salat]: https://github.com/novus/salat/wiki/SalatWithPlay2
[play-salat-plugin]: https://github.com/leon/play-salat
[sid10]: http://www.scala-lang.org/sid/10
[typehint]: https://github.com/novus/salat/wiki/TypeHints
[typehint]: https://github.com/novus/salat/wiki/TypeHints
[collections]: https://github.com/novus/salat/wiki/Collections

0 comments on commit 8860344

Please sign in to comment.