Class ScriptReference

java.lang.Object
com.google.gwt.core.ext.linker.Artifact<ScriptReference>
com.google.gwt.core.ext.linker.ScriptReference
All Implemented Interfaces:
Serializable, Comparable<Artifact<?>>

public abstract class ScriptReference extends Artifact<ScriptReference>
An external script file referenced in the module manifest. The index is important because output order must match module declaration order.
See Also: