Example usage for com.google.gwt.gwtpages.gin.client PagesInjector interface-usage

List of usage examples for com.google.gwt.gwtpages.gin.client PagesInjector interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.gwtpages.gin.client PagesInjector interface-usage.

Usage

From source file com.google.gwt.gwtpages.demo.client.DemoInjector.java

@GinModules(DemoModule.class)
public interface DemoInjector extends PagesInjector {

    public StartPage getStartPage();

    public MessagesPage getMessagesPage();