|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface Modules
Declares a set of JavaScript modules.
| Optional Element Summary | |
|---|---|
int |
maxAge
Defines max-age cache control headers for module assets. |
Module[] |
value
The application amd modules configuration |
public abstract Module[] value
public abstract int maxAge
max-age cache control headers for module assets.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||