juzu.plugin.amd
Annotation Type Modules


@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface Modules

Declares a set of JavaScript modules.

Version:
$Id$
Author:
Nguyen Thanh Hai

Optional Element Summary
 int maxAge
          Defines max-age cache control headers for module assets.
 Module[] value
          The application amd modules configuration
 

value

public abstract Module[] value
The application amd modules configuration

Returns:
the declared amd modules
Default:
{}

maxAge

public abstract int maxAge
Defines max-age cache control headers for module assets.

Returns:
the max age
Default:
-1


Copyright © 2014 eXo Platform SAS. All rights reserved.