|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
public @interface ModuleDeclares a JavaScript managed module.
| Required Element Summary | |
|---|---|
String |
value
|
| Optional Element Summary | |
|---|---|
String |
adapter
An optional adapter. |
String[] |
aliases
An optional alias map for depends() of the value() member. |
String[] |
depends
|
String |
id
|
AssetLocation |
location
|
int |
maxAge
Defines max-age cache control headers for this module asset. |
| Element Detail |
|---|
public abstract String value
public abstract String id
public abstract String[] depends
public abstract AssetLocation location
public abstract String adapter
public abstract String[] aliases
depends() of the value() member.
public abstract int maxAge
max-age cache control headers for this module asset.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||