package org.geotools.util.lookup;

import javax.imageio.spi.ServiceRegistry;

/**
 * Java 5 does not provide any standard class allowing the use of the Service Provider Interface
 * (SPI) plugin system.
 * <p>
 * @author Jody Garnett (LISAsoft)
 */
public class JDK5Lookup extends Lookup {
    ServiceRegistry registery;
    
}
