Example usage for com.google.gwt.core.ext Linker subclass-usage

List of usage examples for com.google.gwt.core.ext Linker subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.core.ext Linker subclass-usage.

Usage

From source file com.arcbees.chosen.rebind.VersionInspectorLinker.java

@Shardable
@LinkerOrder(Order.POST)
public class VersionInspectorLinker extends Linker {
    private static final int CHECK_TIMEOUT_MS = 5000;

    private static final String CHOSEN_EXIST_CLASS = "com.arcbees.chosen.client.Chosen";

From source file com.google.mobile.trippy.web.rebind.RecursiveArtifactLinker.java

/**
 * @Linker.
 * 
 */
@LinkerOrder(Order.POST)
public class RecursiveArtifactLinker extends Linker {

From source file com.gwtplatform.common.rebind.VersionInspectorLinker.java

@Shardable
@LinkerOrder(Order.POST)
public class VersionInspectorLinker extends Linker {
    private static final int CHECK_TIMEOUT_MS = 5000;

    private static final String MVP_EXIST_CLASS = "com.gwtplatform.mvp.client.gin.DefaultModule";