Hello,

I have written a compiler plugin that generates type safe scala
wrappers for the java protoc output.  It creates wrappers for each
message type that use the scala Option type for all optional values.
It also forces all required parameters to be included in the
constructor of the builder so that calling build will never throw an
exception.

here is a link to the repository:
http://github.com/jeffplaisance/scala-protobuf

here is a short description of the output:
http://wiki.github.com/jeffplaisance/scala-protobuf/what-you-get-from-scala-protobuf

Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to