|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=PACKAGE) public @interface Less
This annotation trigger declares a less stylesheet. It triggers the compilation of a less stylesheet when it is processed. by the compiler.
Required Element Summary | |
---|---|
String[] |
value
The path of the less stylesheet to compile, relative to the assets application package. |
Optional Element Summary | |
---|---|
boolean |
minify
Configure the minification of the stylesheet when they are processed. |
Element Detail |
---|
public abstract String[] value
assets
application package.
public abstract boolean minify
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |