org.daisy.dotify.api.writer.package-info Maven / Gradle / Ivy
/**
* Provides a paged media writer API.
* The entry point for using this package is the
* {@link org.daisy.dotify.api.writer.PagedMediaWriterFactoryMaker} (SPI)
* and {@link org.daisy.dotify.api.writer.PagedMediaWriterFactoryMakerService} (OSGi).
* To add additional implementations, use the {@link org.daisy.dotify.api.writer.PagedMediaWriterFactoryService}
* interface.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.api.writer;