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 5e676d4 commit e646ce9Copy full SHA for e646ce9
src/main/java/org/scijava/module/process/ServicePreprocessor.java
@@ -51,7 +51,7 @@
51
* <p>
52
* Many modules (e.g., most {@link Command}s) use @{@link Parameter}-annotated
53
* service fields, resulting in those parameters being populated when the
54
- * SciJava application context is injected (via {@link Context#inject(Object)}.
+ * SciJava application context is injected (via {@link Context#inject(Object)}).
55
* However, some modules may have service parameters which are programmatically
56
* generated (i.e., returned directly as inputs from {@link ModuleInfo#inputs()}
57
* and as such not populated by context injection. E.g., this situation is the
0 commit comments