@Retention(value=SOURCE) @Target(value=PACKAGE) @Documented public @interface ColorsSet
ColorInfo , a theme-xxx.css for each ColorInfo,
A xxx-color.css for each, and an optional html page to demo the generated styles.| Modifier and Type | Required Element and Description |
|---|---|
ColorInfo[] |
value
Use this to specify the info for each color in this this color set
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
generateDemoPage
Option to specify if a demo html page should be generated or not.
|
String |
name
A prefix to be used for classes names and css files names.
|
String |
publicPackage
the target package to generate the CSS resources, this should point to the public root package.
|
public abstract ColorInfo[] value
public abstract String name
public abstract String publicPackage
Copyright © 2020. All rights reserved.