@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface Stylesheets
Modifier and Type | Optional Element and Description |
---|---|
AssetLocation |
location
The default stylesheet asset location used by the contained stylesheets when no location
is explicitly defined.
|
int |
maxAge
Defines
max-age cache control headers for stylesheet assets. |
Class<? extends Minifier>[] |
minifier |
Stylesheet[] |
value
The contained stylesheets.
|
public abstract Stylesheet[] value
public abstract AssetLocation location
public abstract int maxAge
max-age
cache control headers for stylesheet assets.Copyright © 2015 eXo Platform SAS. All rights reserved.