[ 
https://issues.apache.org/jira/browse/HDDS-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17801456#comment-17801456
 ] 

Attila Doroszlai commented on HDDS-9905:
----------------------------------------

It turns out {{javax.annotation}} annotations are also in a third-party 
library, and its usage of the {{javax}} namespace is wrong (see e.g. 
HADOOP-16463).  Thus we should be moving away from it.

> Standardize nullability annotations
> -----------------------------------
>
>                 Key: HDDS-9905
>                 URL: https://issues.apache.org/jira/browse/HDDS-9905
>             Project: Apache Ozone
>          Issue Type: Task
>            Reporter: Attila Doroszlai
>            Assignee: David
>            Priority: Minor
>              Labels: GoodForNewContributors, good-first-issue
>         Attachments: screenshot-1.png, screenshot-2.png
>
>
> Let's standardize annotations related to null values.  I propose using:
> {code}
> javax.annotation.Nonnull
> javax.annotation.Nullable
> {code}
> instead of:
> {code}
> org.jetbrains.annotations.NotNull
> org.jetbrains.annotations.Nullable
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to