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


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

Annotation to turn on long filename generation. Long manifest names include the entire package to guarantee a unique name gets generated in case there are multiple gadgets in the compilation with the same class name. For now, the linker will complain if this annotation is missing. Eventually, the default will be to create short filenames by default and to not require this annotation.


Optional Element Summary
 boolean value
          Set to false to enable short filenames.
 

value

public abstract boolean value
Set to false to enable short filenames.

Default:
true