All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.asayama.gwt.angular.tutorial.client.SampleResources Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.asayama.gwt.angular.tutorial.client;

import com.asayama.gwt.resources.client.HtmlResource;
import com.google.gwt.core.client.GWT;
import com.google.gwt.resources.client.ClientBundle;


public interface SampleResources extends ClientBundle {

    public static final SampleResources INSTANCE = GWT.create(SampleResources.class);
    
    @Source("Sample.html")
    public HtmlResource sample();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy