We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e5943 commit 10bbc86Copy full SHA for 10bbc86
src/main/java/org/scijava/plugin/SciJavaPlugin.java
@@ -42,6 +42,7 @@
42
* The core types of plugins are as follows:
43
* </p>
44
* <ul>
45
+ * <li>{@link org.scijava.app.App} - metadata about a SciJava application.</li>
46
* <li>{@link org.scijava.command.Command} - plugins that are executable. These
47
* plugins typically perform a discrete operation, and are accessible via the
48
* application menus.</li>
0 commit comments