com.workingflow.gwt.client.resources.BootPlusResource.java Source code

Java tutorial

Introduction

Here is the source code for com.workingflow.gwt.client.resources.BootPlusResource.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

package com.workingflow.gwt.client.resources;

import com.google.gwt.resources.client.ClientBundle;

/**
 * Documentacin de {@link BootPlusResource}.
 *
 * @author Cristian Rinaldi <crinaldi@santafe.gov.ar>
 *
 * Sectorial de Informtica de Catastro
 */
public interface BootPlusResource extends ClientBundle {

    @Source(BootplusStyle.DEFAULT_CSS)
    BootplusStyle erpLgkStyle();

}