Don't crash on duplicate annotation arguments

e.g.`@A(1, 2)` is evaluated as `@A(value=1, value=2)` when the intent was
probably `@A({1, 2})`.

MOE_MIGRATED_REVID=211142764
2 files changed
tree: dc8370dbedd3a7b169e7b29313e34081a43efa91
  1. java/
  2. javatests/
  3. proto/
  4. .gitignore
  5. .travis.yml
  6. appveyor.yml
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Turbine

Turbine is a header compiler for Java.