Skip to content

Instantly share code, notes, and snippets.

@jnmronquillo
Created June 9, 2012 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnmronquillo/2902611 to your computer and use it in GitHub Desktop.
Save jnmronquillo/2902611 to your computer and use it in GitHub Desktop.
package com.example.client.gin;
import com.example.client.components.ColaboradorPanel;
import com.google.gwt.inject.client.GinModules;
import com.google.gwt.inject.client.Ginjector;
@GinModules(ClientModule.class)
public interface ClientGinjector extends Ginjector {
ColaboradorPanel getColaboradorPanel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment