GitHub user VampireAchao edited a comment on the discussion: StreamPark code-style-and-quality Improve
The method's parameters and return values lack non-null or null annotations and constraints when there are restrictions. ○ For example, if a parameter cannot be null, it's best to add the "@Nonnull" annotation. ○ For example, if a return value can be null, it's best to add the "@Nullable" annotation to the method's implementation. 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]
