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 c8853c8 commit 99340dcCopy full SHA for 99340dc
therapi-runtime-javadoc/src/main/java/com/github/therapi/runtimejavadoc/ClassJavadoc.java
@@ -67,6 +67,9 @@ public List<MethodJavadoc> getConstructors() {
67
/**
68
* If this class is a record, returns the "@param" tags from the canonical constructor.
69
* Otherwise, returns an empty list.
70
+ *
71
+ * @return a non-null (but possibly empty) list of param tags describing the record components,
72
+ * in the order the tags appear in the Javadoc.
73
*/
74
public List<ParamJavadoc> getRecordComponents() {
75
return recordComponents;
0 commit comments