src: use `get_annotations` instead of `collect_annotations_by_name`
authorJean Privat <jean@pryen.org>
Mon, 28 Jul 2014 20:09:51 +0000 (16:09 -0400)
committerJean Privat <jean@pryen.org>
Thu, 31 Jul 2014 12:50:11 +0000 (08:50 -0400)
commit4cd5b9d413431b3026025f2ea2e2098a0ec0ce3c
treeef556e78d64d00a0f5098a3989829c983c5e91ab
parent9fdb71e39e227db4200695451e5291762fff6230
src: use `get_annotations` instead of `collect_annotations_by_name`

The former does what is implied, the second is a deep search

Update the comment on the latter.

Signed-off-by: Jean Privat <jean@pryen.org>
src/android_annotations.nit
src/parser_util.nit
src/serialization_phase.nit