application.ui.impl.export.package-info Maven / Gradle / Ivy
/**
* This package provides implementations of {@link org.daisy.dotify.studio.api.ExportActionProvider}.
* Instances of these implementations are created using {@link org.daisy.dotify.studio.api.ExportActionMaker}.
* This package is intended to be independent, in other words, it should not use any other packages
* in this project (except for the API). Some objects in other packages are used at the moment and
* this interaction should be formalized in an API.
*/
package application.ui.impl.export;