An open API service indexing awesome lists of open source software.

https://github.com/dnalchemist/mapstruct-protobuf


https://github.com/dnalchemist/mapstruct-protobuf

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# mapstruct-protobuf

Plugin for automatic exclusion of generated protobuf fields and methods.

## Installation

### Gradle

```annotationProcessor "one.chest:mapstruct-protobuf:0.0.5"```

### Maven

```xml



org.apache.maven.plugins
maven-compiler-plugin
3.6.1



one.chest
mapstruct-protobuf
0.0.5




```