org.daisy.dotify.impl.package-info Maven / Gradle / Ivy
/**
*
* Provides implementations for interfaces discovered using the java
* services API. This includes:
*
*
* - Config
* - Formatter
* - Input
* - Paginator
*
*
* The preferred way of instantiating these objects is through the corresponding
* factory.
*
* IMPORTANT: This package contains implementations that should only be
* accessed using the Java Services API. Additional classes in this package
* should only be used by these implementations. This package is not part of the
* public API.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.impl;