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

gwtupload.server.gae.HasBlobKey Maven / Gradle / Ivy

The newest version!
package gwtupload.server.gae;

import com.google.appengine.api.blobstore.BlobKey;

import gwtupload.server.HasKey;

public interface HasBlobKey extends HasKey {
  BlobKey getKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy