* @throws IOException Error sending request or reading the feed.
* @throws ServiceException If the service is unable to handle the request.
*/
private static void showUserAnnotations(Service service)
throws IOException, ServiceException {
VolumeFeed volumeFeed = service.getFeed(new URL(USER_ANNOTATION_FEED),
VolumeFeed.class);
printVolumeFeed(volumeFeed);
}