* @since 0.7.0
*/
public void emit(CompilationUnit unit, Element... originatingElements) throws IOException {
Precondition.checkMustNotBeNull(unit, "unit"); //$NON-NLS-1$
Filer filer = getProcessingEnvironment().getFiler();
new Jsr269(factory).emit(filer, unit, originatingElements);
}