|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
public @interface StylesheetA stylesheet asset.
| Required Element Summary | |
|---|---|
String |
src
The stylesheet source. |
| Optional Element Summary | |
|---|---|
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. |
| Element Detail |
|---|
public abstract String src
public abstract String id
public abstract String[] depends
public abstract AssetLocation location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||