package org.geotools.util.lookup;

import javax.imageio.spi.ServiceRegistry;

/**
 * Implementation of Lookup using Java 6 Service Loader to access the Service Provider Interface
 * (SPI) plugin system.
 * <p>
 * @author Jody Garnett (LISAsoft)
 */
public class JDK6Lookup extends Lookup {
    ServiceRegistry registery;
    
}
