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

io.itdraft.gwt.util.html5storage.BaseHtmlStorage Maven / Gradle / Ivy

Go to download

Util.gwt is a suite of utility classes to work with DOM, HTML5 storage. Util.gwt has classes for rate limiting, better JS interop and many more.

The newest version!
package io.itdraft.gwt.util.html5storage;

abstract class BaseHtmlStorage implements HtmlStorage{
    protected final HtmlStorageSerializer serializer;

    BaseHtmlStorage(HtmlStorageSerializer serializer) {
        this.serializer = serializer;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy