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
2 files changed
tree: 2b230252d9bd9e9a1ac70c3555d7c35d2e4322b6
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. runtime/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

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.