Skip to content

Commit 10bbc86

Browse files
committed
SciJavaPlugin: add App plugin to the list
1 parent 98e5943 commit 10bbc86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/scijava/plugin/SciJavaPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* The core types of plugins are as follows:
4343
* </p>
4444
* <ul>
45+
* <li>{@link org.scijava.app.App} - metadata about a SciJava application.</li>
4546
* <li>{@link org.scijava.command.Command} - plugins that are executable. These
4647
* plugins typically perform a discrete operation, and are accessible via the
4748
* application menus.</li>

0 commit comments

Comments
 (0)