org.daisy.dotify.api.embosser.package-info Maven / Gradle / Ivy
/**
* Provides interfaces and classes needed to communicate with embossers.
* The entry point for using this package is the {@link org.daisy.dotify.api.embosser.EmbosserCatalog} (SPI)
* and {@link org.daisy.dotify.api.embosser.EmbosserCatalogService} (OSGi). To add additional implementations, use the
* {@link org.daisy.dotify.api.embosser.EmbosserProvider} interface.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.api.embosser;