예제 #1
0
 /** Test document annotations. */
 @Test
 public void testDocumentAnnotations() {
   DocumentAnnotations annotations = service.getDocumentAnnotations(EXAMPLE_DOCUMENT);
   Assert.assertNotNull(annotations);
 }