Add `since` annotations to new declarations
See original GitHub issueNow we implemented #6100 we should add since("1.2.3")
annotations to everything we added since 1.2.2.
And if we can find out a good way to do it far all versions since 1.0.0 we should definitely do that too!
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Adding syntax for annotations on declarations
There's a PR for safe coercions, which requires adding a new declaration type for roles, and their various keywords. I would like to...
Read more >Annotations Basics - The Java™ Tutorials
Annotations can be applied to declarations: declarations of classes, fields, methods, and other program elements. When used on a declaration, each annotation ......
Read more >Unleashing the Power of Java Custom Annotations
Creating a custom annotation is as simple as writing a new class. The only difference is that @interface keyword needs to be used...
Read more >PEP 526 – Syntax for Variable Annotations
This PEP aims at adding syntax to Python for annotating the types of variables (including class variables and instance variables), instead of expressing ......
Read more >How To Create And Use Your Own Custom Annotations
Create your own custom annotations in Java!Thanks to Mailgun for sponsoring this video! Head to https://mailgun.com/john to try Mailgun ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, done for the language module since the very first version! Closing.
Perhaps better, yes.