Example usage for com.google.gwt.core.linker D8ScriptLinker subclass-usage

List of usage examples for com.google.gwt.core.linker D8ScriptLinker subclass-usage

Introduction

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

Usage

From source file com.blockwithme.util.client.linker.WorkerLinker.java

/**
 * This linker removes unnecessary GWT stuff to make the generated JS work
 * inside HTML5 web worker
 */
@LinkerOrder(LinkerOrder.Order.PRIMARY)
public class WorkerLinker extends D8ScriptLinker {

From source file prj.gwtwwlinker.workerlinker.code.WorkerLinker.java

/**
 * This linker removes unnecessary GWT stuff to make the generated JS work
 * inside HTML5 web worker
 */
@LinkerOrder(LinkerOrder.Order.PRIMARY)
public class WorkerLinker extends D8ScriptLinker {