commit | 600ca9e144ad63182be6101694cef8262f17445c | [log] [tgz] |
---|---|---|
author | Srdjan Petrovic <spetrovic@google.com> | Wed May 13 13:58:38 2015 -0700 |
committer | Srdjan Petrovic <spetrovic@google.com> | Wed May 13 14:00:13 2015 -0700 |
tree | 2b230252d9bd9e9a1ac70c3555d7c35d2e4322b6 | |
parent | 4ab9541c9b76023dbeeb2586beb20d6846012a3d [diff] |
v.io/x/ref/lib/vdl/codegen/java: remove "public" modifier from Java interfaces It's not necessary to specify this modifier. Also, we assume all interfaces are public, so the code can be a bit simpler. Change-Id: I2ee9a5b92120c41a3c6cbd497559cfd3d3b1f891
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.