org.hsqldb.util.preprocessor.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsqldb Show documentation
Show all versions of hsqldb Show documentation
HSQLDB - Lightweight 100% Java SQL Database Engine
/**
* Provides a simple text document preprocessor.
*
* Aims specifically at transforming the HSQLDB code base to one of a small
* number of specific build targets, while keeping complexity and external
* dependencies to a minimum, yet providing an environment that is
* sufficiently powerful to solve most easily imaginable preprocessing
* scenarios.
*
*/
package org.hsqldb.util.preprocessor;