roterdam / crystalsaf

Automatically exported from code.google.com/p/crystalsaf
0 stars 0 forks source link

Crystal needs to work with meta annotations #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ciera.christopher on 24 Sep 2008 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by ciera.christopher on 25 Sep 2008 at 3:13