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