All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.streamline.api.validity.package-info Maven / Gradle / Ivy

The newest version!
/**
 * 

Provides interfaces and classes needed to implement validators.

*

* A validator can be added by creating a new java project, implementing * ValidatorFactory and adding the file * org.daisy.streamline.api.validity.ValidatorFactory to the * META-INF/services folder. This file should contain a qualified reference to * the new implementation. Package the result as a jar-file and included in the * classpath. *

* @author Joel Håkansson */ package org.daisy.streamline.api.validity;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy