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

[MPLUGIN-396] Allow @Deprecated annotation without javadoc tag #87

Merged
merged 1 commit into from May 27, 2022

Conversation

slawekjaranowski
Copy link
Member

No description provided.

@slawekjaranowski
Copy link
Member Author

oh copy paste test ... 😄

*/
@Deprecated
@Parameter
private String deprecatedParam;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Add this one as well:

    /**
     * Parameter description in javadoc.
     *
     * @deprecated I don't like this.
     */
    @Deprecated
    @Parameter
    private String deprecatedParam2;

@slawekjaranowski
Copy link
Member Author

kindly ping @michael-o

@slawekjaranowski slawekjaranowski merged commit 7803265 into master May 27, 2022
@slawekjaranowski slawekjaranowski deleted the MPLUGIN-396 branch May 27, 2022 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants