blob: e7aca03f4e0dec0e5b66706c912c9b04240c46c5 [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.*;
/**
* View contribution
*/
public interface InfoView extends Contribution {
/**
*/
Topic getRoot();
}