Skip to content
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

[core] Introduce a new @DeprecatedUntil annotation #4931

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 4, 2024

  1. Introduce a new @DeprecatedUntil annotation

     - This should be a better and more stable solution to the old
       @DeprecatedUntil700 we used during PMD 7's development.
       - It is not tied to a specific major.
       - It allows us to give more than 1 major to remove something if we
         ever want to…
       - It allows us to explicitly document what we want to do in the next major.
       - It doesn't force us to immediately apply other annotations such as
         @internalapi which lead to inconsistency (ie: is is already private
         or will be made private in the next major?)
    jsotuyod committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3b13e19 View commit details
    Browse the repository at this point in the history