View Javadoc

1   package org.springframework.security.oauth.examples.tonr;
2   
3   import java.util.List;
4   
5   /**
6    * @author Ryan Heaton
7    */
8   public interface GoogleService {
9     List<String> getLastTenPicasaPictureURLs();
10  }