[
https://issues.apache.org/jira/browse/HDDS-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-9905:
-----------------------------------
Description:
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}
was:
Let's standardize annotations related to null values. I propose preferring:
{code}
javax.annotation.Nonnull
javax.annotation.Nullable
{code}
instead of:
{code}
org.jetbrains.annotations.NotNull
org.jetbrains.annotations.Nullable
{code}
> Standardize nullability annotations
> -----------------------------------
>
> Key: HDDS-9905
> URL: https://issues.apache.org/jira/browse/HDDS-9905
> Project: Apache Ozone
> Issue Type: Task
> Reporter: Attila Doroszlai
> Priority: Minor
> 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]