com.wa9nnn.wa9nnnutil.CssClass.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wa9nnnutil_3 Show documentation
Show all versions of wa9nnnutil_3 Show documentation
Utils for scala3 and playframework 3.x.
The newest version!
/*
* Copyright (c) 2015 HERE All rights reserved.
*/
package com.wa9nnn.wa9nnnutil
/**
* Indicates a class can provide a cssClass. Generally used to color UIs.
*/
trait CssClass {
def cssClass:String
}