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

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"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy