GitHub user VampireAchao added a comment to the discussion: StreamPark code-style-and-quality Improve
方法参数、返回值在有限制的情况下缺少非空或者空注解及限制 ○ 比如参数不能为空最好添加 "@Nonull"注解 ○ 比如返回值包含为空的情况则最好添加 "@Nullable" 注解到方法的实现上 GitHub link: https://github.com/apache/incubator-streampark/discussions/2915#discussioncomment-6624005 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
