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