// TODO: This should not need a call to asInitialization().
return DocOpUtil.asInitialization(BufferedDocOpImpl.createUnchecked(accu.toArray(EMPTY_ARRAY)));
}
public final DocInitializationBuilder annotationBoundary(AnnotationBoundaryMap map) {
accu.add(new AnnotationBoundary(map));
return this;
}