com.greenpepper.annotation.Styles Maven / Gradle / Ivy
The newest version!
package com.greenpepper.annotation;
/**
* Styles interface.
*
* @author oaouattara
* @version $Id: $Id
*/
public interface Styles
{
/** Constant BACKGROUND_COLOR="background-color"
*/
String BACKGROUND_COLOR = "background-color";
}