messageName

io.github.pidoveproject.showdown.protocol.messageName
See themessageName companion object
case class messageName(name: String, aliases: String*) extends StaticAnnotation

Use an alias for the annotated enum case/case class.

Value parameters

aliases

further aliases

name

the name to use instead

Attributes

Companion
object
Source
messageName.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product