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 aa8bbf4 commit d91ed2fCopy full SHA for d91ed2f
src/main/java/org/scijava/module/ModuleInfo.java
@@ -40,6 +40,11 @@
40
* A ModuleInfo object encapsulates metadata about a particular {@link Module}
41
* (but not a specific instance of it). In particular, it can report details on
42
* the names and types of inputs and outputs.
43
+ * <p>
44
+ * A special class of implicit input parameters is available: when the
45
+ * {@code name} starts with a dot (e.g. {@code .helloWorld}), no warning is
46
+ * issued about an unmatched input.
47
+ * </p>
48
*
49
* @author Aivar Grislis
50
* @author Curtis Rueden
0 commit comments