com.google.gwt.inject.client
Annotation Type NoGinModules


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NoGinModules

Gin warns in cases where no GinModule is registered with a Ginjector via a @GinModules annotation. Annotating the Ginjector with this annotation instead suppresses the warning.