forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 3
BookJavaHome
Peter Hilton edited this page Feb 13, 2012
·
2 revisions
The Java API for the Play 2.0 application developers is available in the play
package.
The API available in the
play.api
package (such asplay.api.mvc
) is reserved for Scala developers. As a Java developer, look atplay.mvc
.