예제 #1
0
 private void writeAnnotation(Buffer buffer) {
   AnnotationBoList annotationBo = new AnnotationBoList(this.annotationBoList);
   annotationBo.writeValue(buffer);
 }