package tim.prune.jpeg;
/**
* Empty class just to provide a switch between internal and external libraries
*/
public abstract class ExifLibrarySwitch
{
/** Flag to specify internal or external library */
static final boolean USE_INTERNAL_LIBRARY = true;
}