Example #1
0
 private List<AnnotationBo> readAnnotation(Buffer buffer) {
   AnnotationBoList annotationBoList = new AnnotationBoList();
   annotationBoList.readValue(buffer);
   return annotationBoList.getAnnotationBoList();
 }