Skip to content

Commit

Permalink
Add @NonExtendable to Traversable::asGeneric()
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 7, 2025
1 parent 77b74c6 commit 0a67504
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public String toString() {
};
}

@ApiStatus.NonExtendable
default @NotNull Traversable<T> asGeneric() {
return this;
}
Expand Down

0 comments on commit 0a67504

Please sign in to comment.