Skip to content

Commit

Permalink
update mvnrepository link
Browse files Browse the repository at this point in the history
  • Loading branch information
Fadelis committed Jul 23, 2021
1 parent 42ae3e8 commit 085cef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ plugin needs to be run together with the `java_out` target in order to extend ge
- `setter_object` - boolean flag indicating whether to add setter methods with the nullable object itself as argument.
Default `true`.
- `setter_optional` - boolean flag indicating whether to add setter methods with `Optional` as an argument. Default `false`.
- `getter_optional` - boolean flag indicating whether to add getter methods returning {@link java.util.Optional}. Default `true`.
- `getter_optional` - boolean flag indicating whether to add getter methods returning `Optional`. Default `true`.
- `use_primitive_optionals` - boolean flag indicating whether to use primitive
optionals (`OptionalInt/OptionalLong/OptionalDouble`) for `optional` protobuf primitive's setters and getters. Default `false`.

0 comments on commit 085cef1

Please sign in to comment.