Fix AnnotationTree formatting
Open
migrated
Priority-Low
Status-Accepted
Type-Enhancement
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
_[Original issue](https://code.google.com/p/error-prone/issues/detail?id=236) created by **gak@google.com** on 2014-03-06 at 09:50 PM_
---
It currently prints empty annotations with parens (E.g.: @Inject() ) and single-value annotations with the explicit "value" parameter (E.g.: @Named(value = "name") ). It would be nice if it printed things in the typical style.
Contributor guide
Assessment
This issue has not been assessed yet.