juzu.plugin.asset
Annotation Type Assets


@Retention(value=RUNTIME)
@Target(value={PACKAGE,TYPE,METHOD})
public @interface Assets

Declares the assets to serve.

Author:
Julien Viet

Required Element Summary
 String[] value
          The asset ids to match, the * value will match all assets.
 

Element Detail

value

public abstract String[] value
The asset ids to match, the * value will match all assets.

Returns:
the asset ids to match


Copyright © 2014 eXo Platform SAS. All rights reserved.