@Retention(value=RUNTIME) @Target(value={}) public @interface Script
Modifier and Type | Required Element and Description |
---|---|
String |
src
The script source.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
depends
Return the script dependencies, i.e the script that should be executed before the script determined by this
annotation.
|
String |
id
Returns the script id, the value is optional and has meaning when this script must be referenced (for instance as
a dependency of another script).
|
AssetLocation |
location
The script 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.