Annotations 1.0.0.Alpha2 is out

Posted by    |      

Annotation 1.0.0.Alpha2 brings a lot of changes :)

We now have the following new features

  • Support for inheritance
  • An annotation indexer - as an Apache Ant task
  • Make the dependency on Javassist optional
  • Removed the dependency on JAXB - who needs an XML model ?
  • Updated documentation
  • Improved the test suite coverage

So all in all: Changes all over the map.

This means that you can use the release in any standard Java 5 environment to do your annotation scanning without having any dependencies to other libraries.

We'll continue with another developer snapshot where the focus will be to make the scanning configurable, so you only scan what you actually need scanned. Of course we welcome any feedback on the project !

For Those About to Rock, We Salute You !

[JIRA] [Download] [ViewVC]


Back to top