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

de.knightsoftnet.gwtp.spring.client.resources.ResourceLoader Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
package de.knightsoftnet.gwtp.spring.client.resources;

import com.google.gwt.debug.client.DebugInfo;

import org.apache.commons.lang3.StringUtils;

import javax.inject.Inject;

public class ResourceLoader {
  @Inject
  ResourceLoader(final ResourcesFile appResources) {
    appResources.grid().ensureInjected();
    DebugInfo.setDebugIdPrefix(StringUtils.EMPTY);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy