Package com.deltaxml.mergecommon


package com.deltaxml.mergecommon

This package is used to define the interfaces and classes that are common to all of the merge products.

This allows the use of Generics in our code and saves code duplication. For the user of a single 'Merge' product the existence of this interface should have little or no impact. However, users of multiple products perhaps supporting different document formats, could make use of this interface to simplify their code.