IDeveloperSubSystem Interface After Creation


package samples.subsystems;

/**
 * Interface identifying our unique subsystems
 */
public interface IDeveloperSubSystem 
{

}

Copyright IBM Corporation 2002, 2003.