I have a following enum
object TestKeys extends Enumeration{
type TestKeys = Value
val _id , uuid Status.Date= Value
}
I need to add the dot between Status
and Date
but Eclipse is not allowing me .I have done some research and here. I found that there is a DescriptionAttribute
in c#
but its not working in Scala please help me how can i add dot in my enum values