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

com.flickr4java.flickr.photos.PhotoList Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
/*
 * Copyright (c) 2005 Aetrion LLC.
 */

package com.flickr4java.flickr.photos;

import com.flickr4java.flickr.SearchResultList;

/**
 * A list of photos with additional meta data.
 * 
 * @author Anthony Eden
 */
public class PhotoList extends SearchResultList {

    // (avoid compiler warning)
    private static final long serialVersionUID = -4735611134085303463L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy