blob: c6b8d5a67e14a6e864b085bafc3c11cc33374cc8 [file] [log] [blame]
package org.eclipse.help.internal.contributions;
/*
* Licensed Materials - Property of IBM,
* WebSphere Studio Workbench
* (c) Copyright IBM Corp 2000
*/
import java.lang.*;
/**
* Topic contribution
*/
public interface Topic extends Contribution {
/**
*/
String getHref();
}