Package com.google.gwt.resources.ext
Annotation Type DefaultExtensions
-
@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface DefaultExtensions
Specifies the default extensions for a resource type. This annotation is intended to allow external tooling to know which filename extensions the ClientBundle system will search for if noClientBundle.Source
annotation is present on an accessor method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
-