org.daisy.dotify.api.text.package-info Maven / Gradle / Ivy
/**
* Provides a text to integer API.
*
* The entry point for using this package is the {@link org.daisy.dotify.api.text.Integer2TextFactoryMaker} (SPI)
* and {@link org.daisy.dotify.api.text.Integer2TextFactoryMakerService} (OSGi). To add additional implementations,
* use the {@link org.daisy.dotify.api.text.Integer2TextFactoryService} interface.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.api.text;