All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.play.json.JsonStrings.scala Maven / Gradle / Ivy

package com.mle.play.json


/**
 *
 * @author mle
 */
trait JsonStrings {
  val EVENT = "event"
  val CMD = "cmd"
  val WELCOME = "welcome"
  val REASON = "reason"
  val ACCESS_DENIED = "access denied"
}

object JsonStrings extends JsonStrings




© 2015 - 2025 Weber Informatics LLC | Privacy Policy