org.daisy.dotify.api.table.package-info Maven / Gradle / Ivy
/**
* Provides interfaces and classes needed to use braille tables.
* The entry point for using this package is the {@link org.daisy.dotify.api.table.TableCatalog} (SPI)
* and {@link org.daisy.dotify.api.table.TableCatalogService} (OSGi). To add additional implementations, use the
* {@link org.daisy.dotify.api.table.TableProvider} interface.
*
* @author Joel Håkansson
*/
package org.daisy.dotify.api.table;