@Retention(value=RUNTIME) @Target(value={}) public @interface Stylesheet
Modifier and Type | Required Element and Description |
---|---|
String |
src
The stylesheet source.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
depends
Return the stylesheet dependencies, i.e the stylesheet that should be executed before the stylesheet determined by
this annotation.
|
String |
id
Returns the stylesheet id, the value is optional and has meaning when this stylesheet must be referenced (for
instance as a dependency of another stylesheet).
|
AssetLocation |
location
The stylesheet location.
|
public abstract String src
public abstract String id
public abstract String[] depends
public abstract AssetLocation location
Copyright © 2013 eXo Platform SAS. All Rights Reserved.