question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add `since` annotations to new declarations

See original GitHub issue

Now 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:closed
  • Created 7 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
quintessecommented, Aug 1, 2016

Ok, done for the language module since the very first version! Closing.

0reactions
quintessecommented, Sep 1, 2016

Perhaps better, yes.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found