org.daisy.dotify.api.paper.package-info Maven / Gradle / Ivy
/**
* Provides interfaces and classes needed to use papers.
* The entry point for using this package is the {@link org.daisy.dotify.api.paper.PaperCatalog} (SPI)
* and {@link org.daisy.dotify.api.paper.PaperCatalogService} (OSGi). To add additional papers, implement the
* {@link org.daisy.dotify.api.paper.PaperProvider} interface.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.api.paper;