Skip to content

Commit

Permalink
Add missing @SInCE tag to ClassInfo.canonicalRecordConstructor()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Sep 16, 2024
1 parent 51718fe commit b6f4a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/org/jboss/jandex/ClassInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ public final List<MethodInfo> constructors() {
* order of record components corresponds to the declaration order.
*
* @return the canonical constructor of this record, or {@code null} if this class is not a record
* @since 3.2.2
*/
public MethodInfo canonicalRecordConstructor() {
if (!isRecord()) {
Expand Down

0 comments on commit b6f4a12

Please sign in to comment.