-
-
Notifications
You must be signed in to change notification settings - Fork 418
Add @Since annotation to ExprAnyOf for versioning clarity #8390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fusezion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tis was added in 2.11 not 2.14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the @Since annotation to the ExprAnyOf class to document when this feature was introduced. The annotation was missing from the documentation, and this change improves version clarity for users and developers.
Changes:
- Added
@Sinceimport statement - Added
@Since("2.14.0")annotation to theExprAnyOfclass
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Fusezion <fusezionstream@gmail.com>
Problem
This was lacking from the documentation
Solution
Adding the @SInCE annotation
Testing Completed
Supporting Information
Completes: Initial bug report
Related: none
AI assistance: none