com.google.gwt.gadgets.client
Annotation Type Gadget.InjectModulePrefs


@Target(value=TYPE)
public static @interface Gadget.InjectModulePrefs

Enables developers to define hand-written content for the ModulePrefs section of the gadget manifset file.


Optional Element Summary
 java.lang.String[] files
          A list of file names whose content will be concatenated and included in the Gadget XML file's ModulePrefs section.
 

files

public abstract java.lang.String[] files
A list of file names whose content will be concatenated and included in the Gadget XML file's ModulePrefs section.

Default:
""