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


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

Enables developers to define hand-written content that is injected into the gadget manifest 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 CDATA 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 CDATA section.

Default:
""