cushon / issues-import

0 stars 0 forks source link

Fix AnnotationTree formatting #236

Open cushon opened 9 years ago

cushon commented 9 years ago

Original issue 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.

cushon commented 9 years ago

Original comment posted by eaftan@google.com on 2014-04-07 at 10:32 PM


We would override the pretty printer to fix this, or we could solve this as part of the more general code generation problem that Louis is working on.


Status: Accepted Labels: Priority-Low, Type-Enhancement