Skip to content

Commit c40a4f1

Browse files
gselzerctrueden
authored andcommitted
More InfoChain javadoc
1 parent a0dfaa9 commit c40a4f1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • scijava/scijava-ops-api/src/main/java/org/scijava/ops/api

scijava/scijava-ops-api/src/main/java/org/scijava/ops/api/InfoChain.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
import java.util.stream.Collectors;
99

1010
/**
11-
* A data structure wrangling a hierarchy of {@link OpInfo}s.
11+
* A data structure wrangling a hierarchy of {@link OpInfo}s, created for every
12+
* Op match and called upon to instantiate any number of Op instances.
1213
*
1314
* This {@link InfoChain} contains:
1415
* <ol>
@@ -21,8 +22,11 @@
2122
* This {@link InfoChain} is also able to generate a {@link String} uniquely
2223
* identifying itself.
2324
* </p>
25+
* <b>NOTE</b>: This class is <b>not</b> responsible for generating
26+
* {@link RichOp}s.
2427
*
2528
* @author Gabriel Selzer
29+
* @see RichOp#infoChain()
2630
*/
2731
public class InfoChain {
2832

0 commit comments

Comments
 (0)