Menu

#1 Some provided extensions

open
nobody
None
5
2008-09-27
2008-09-27
No

As I need annotation scanning in a project I made some extensions, mainly an AnnotationScanner providing callbacks for the annotation levels (class, method, parameter, field).

I'd like to contribute them to this project.

See attached sources.

Discussion

  • Ulrich David

    Ulrich David - 2008-09-27

    Sources of my extensions

     
  • Tom

    Tom - 2009-01-07

    Interesting. Any thoughts about adding a query capability? For example, I need the ability find specific (matching) annotations.

    @Foo(name="bar")
    public class MyClass ...

    @Foo(name"tavern")
    public class MyOtherClass ...

    I would like to be able to query the AnnotationDB for not just those objects annotated with "Foo", but specifically one with annotation = "Foo" and name = "bar".

    This project appears very dead.