Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
S1artie committed Aug 16, 2024
1 parent b0424dc commit be07f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This project provides a SPI implementation for [Mapstruct](http://mapstruct.org/
buffer messages (in the form of protobuf-java objects) to the following targets:

- Plain Old Java Objects (POJOs)
- [Immutables](https://immutables.github.io/) value objects
- [Immutables](https://immutables.github.io/) value objects (presence of org.immutables:value dependency at generation
time enables Immutables compatibility!)
- Java records
- other protobuf messages in the form of other protobuf-java objects (see caveat below!)

Expand Down

0 comments on commit be07f02

Please sign in to comment.