Files
odc-analyzer/app/views/html/package.scala
Šesták Vít 4b87ced31f Initial commit
2016-01-10 17:31:07 +01:00

10 lines
246 B
Scala

package views
import models.User
package object html {
type SortedMap[A, B] = scala.collection.SortedMap[A, B]
type UserAwareRequest[T] = controllers.AuthenticatedController#UserAwareRequest[T]
type DefaultRequest = UserAwareRequest[_]
}