commit | 68bc77a6a1b3511cebcc41859a486f4ad54fb076 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Jul 19 19:00:45 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jul 20 13:09:08 2018 +0900 |
tree | 475d255d0b73e15baf1dafdfe34e6b2ec745e197 | |
parent | 75e1a74b3bef21e7f606ff3d77d048b2c05f9809 [diff] |
Annotation is printable An AIDL annotation is now modeled using AidlAnnotation class instead of the Annotation enum. And ToString() method is added to AidlAnnotatable to print the annotations back in text form. This will be used when printing API signature of AIDL files. Bug: 110758635 Test: runtests.py Change-Id: I6fa3f88ebd5e6c2a0f6374b4711d2b20b93220f2