blob: febbdf0a0cc161706442b238dfd162565373e9d1 [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 reference contribution
*/
public interface TopicRef extends Topic {
public Topic getTopic();
}