org.springframework.social.google.api.plus.ActivityCommentsPage Maven / Gradle / Ivy
package org.springframework.social.google.api.plus;
import org.springframework.social.google.api.query.ApiPage;
/**
* {@link ApiPage} for {@link ActivityComment} pagination result.
* @author Gabriel Axel
*/
public class ActivityCommentsPage extends ApiPage {
}