blob: 37eda50e11f2f7302584f8eecfb2d57083d7ea5e [file] [log] [blame]
package org.apache.felix.dm.lambda.samples.future;
import java.util.List;
/**
* Service that displays all links found from a given web page.
*/
public interface PageLinks {
List<String> getLinks();
}