Example usage for com.google.gwt.core.ext.linker EmittedArtifact subclass-usage

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

Introduction

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

Usage

From source file com.didactilab.gwt.phprpc.rebind.PhpFileArtifact.java

@SuppressWarnings("serial")
public abstract class PhpFileArtifact extends EmittedArtifact {

    private final String serviceName;

    protected PhpFileArtifact(String serviceName, String partialPath) {