Currently, the annotation database looks for annotations of a specific
designation. Instead, it would also be nice if it could find annotations
which themselves are annotated by some designation.
--Example--
Crystal currently can be told to search for @Anno, and will note a usage
like this:
@Anno
int foo(String bar);
The enhancement is to make it so that instead of being told to find @Anno,
Crystal finds anything with the meta-annotation @Meta.
@Meta
@interface Anno {...}
@Anno
int foo(String bar);
Original issue reported on code.google.com by ciera.christopher on 24 Sep 2008 at 5:50
Original issue reported on code.google.com by
ciera.christopher
on 24 Sep 2008 at 5:50