~josejuan-sanchez/+junk/original-jhv-experimental-version

1
2
3
4
5
6
7
8
9
10
11
package org.helioviewer.jhv.internal_plugins;

/**
 * Interface to identify an internal plug-in. Internal plug-ins will not be
 * displayed in the plug-in manager because they cannot be disabled.
 * 
 * @author Stephan Pagel
 */
public interface InternalPlugin {

}