Matthias J. Sax created KAFKA-9234: -------------------------------------- Summary: Consider using @Nullable and @Nonnull annotations Key: KAFKA-9234 URL: https://issues.apache.org/jira/browse/KAFKA-9234 Project: Kafka Issue Type: Improvement Components: admin, clients, consumer, KafkaConnect, producer , streams, streams-test-utils Reporter: Matthias J. Sax
Java7 was dropped some time ago, and we might want to consider usein Java8 `@Nullable` and `@Nonnull` annotations for all public facing APIsĀ instead of documenting it in JavaDocs only. This tickets should be broken down in a series of smaller PRs to keep the scope of each PR contained, allowing for more effective reviews. -- This message was sent by Atlassian Jira (v8.3.4#803005)