commit | 5b70c223ba3a6868ae4cc929d4620c28cadcf7ed | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Mon Aug 12 19:49:41 2013 -0700 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue Aug 13 14:20:42 2013 +0900 |
tree | d57cb19e55b7cc4e8d2bbcb5e0c93d97985ea85d | |
parent | be2d53e50b00ab8306c64a5555a82e450cfcb773 [diff] |
Rename @CommandMetaData(descr) to description In e51c428fe5ef3960f4990e1c0471d067783d4718 the metadata was introduced using the attribute "descr". We do not usually permit abbreviations in APIs, and especially should not have accepted it for an API plugins can use. Mark descr as deprecated so current plugins can migrate. Use description if available, and fall back to descr for older code. Change-Id: I662482cd228f81bf1537062b9fe03b6c23354a78