This is a protobuf generator that creates a Java/JAX-RS client for Twirp.
Server support is planned #3.
ATTENTION This tool is still actively developed. There is no guarantee that the generated code, interface, or even the way they are supposed to be used are stable.
go get github.com/nutshelllabs/protoc-gen-twirp_java_jaxrs
export PATH=$PATH:$GOPATH/bin
protoc service.proto --java_out=src/main/java --twirp_java_jaxrs_out=src/main/java