org.daisy.dotify.formatter.impl.package-info Maven / Gradle / Ivy
/**
* Provides a {@link org.daisy.dotify.api.formatter.FormatterFactory} implementation.
*
* The main class is {@link org.daisy.dotify.formatter.impl.FormatterFactoryImpl}.
*
* IMPORTANT: This package contains an implementation that should only be
* accessed using the Java SPI or OSGi. Additional classes in this package
* should only be used by the implementation herein.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.formatter.impl;