/* 50 */ if (annotations == null) {
/* 51 */ throw new IllegalArgumentException("Null annotations");
/* */ }
/* 53 */ AnnotationItem[] annotationItems = new AnnotationItem[annotations.length];
/* 54 */ for (int i = 0; i < annotations.length; i++) {
/* 55 */ annotationItems[i] = new SimpleAnnotationItem(annotations[i]);
/* */ }
/* 57 */ this.annotationsItem = new SimpleAnnotationsItem(annotationItems);
/* */ }