package org.wamblee.system; import java.util.Collection; public interface ProvidedServiceDescriptor extends ServiceDescriptor { // Empty }