File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,6 @@ plugin needs to be run together with the `java_out` target in order to extend ge
8282- ` setter_object ` - boolean flag indicating whether to add setter methods with the nullable object itself as argument.
8383 Default ` true ` .
8484- ` setter_optional ` - boolean flag indicating whether to add setter methods with ` Optional ` as an argument. Default ` false ` .
85- - ` getter_optional ` - boolean flag indicating whether to add getter methods returning { @ link java.util. Optional} . Default ` true ` .
85+ - ` getter_optional ` - boolean flag indicating whether to add getter methods returning ` Optional ` . Default ` true ` .
8686- ` use_primitive_optionals ` - boolean flag indicating whether to use primitive
8787 optionals (` OptionalInt/OptionalLong/OptionalDouble ` ) for ` optional ` protobuf primitive's setters and getters. Default ` false ` .
You can’t perform that action at this time.
0 commit comments