opwvhk commented on code in PR #2142:
URL: https://github.com/apache/avro/pull/2142#discussion_r1296022489
##########
lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java:
##########
@@ -164,6 +164,15 @@ public abstract class AbstractAvroMojo extends
AbstractMojo {
*/
protected boolean createSetters;
+ /**
+ * The createNullSafeAnnotations parameters adds @Nullable and @NotNull
+ * annotations for fhe fields of the record. The default is to not include
+ * annotations.
Review Comment:
At this point in time, there are no other places on the website that
document the maven plugin, or code generation options. It's only mentioned in
passing on the "Getting started" page for Java.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]