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

com.google.appengine.api.blobstore.BlobInfo Maven / Gradle / Ivy

The newest version!
package com.google.appengine.api.blobstore;

/**
 *
 * @author os
 */
public class BlobInfo {
    public BlobKey getBlobKey() {
        throw new UnsupportedOperationException("Not supported yet.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy