de.knightsoftnet.gwtp.spring.client.resources.ResourceLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwtp-spring-integration-client Show documentation
Show all versions of gwtp-spring-integration-client Show documentation
Basics to bring GWTP and Spring together.
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