Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-14 | Added support to generate errors, both on specific nodes in an AST ↵ | Reinier Zwitserloot | |
(generified code in HandlerLibrary for unintelligible annotation param values), and more severe general errors for eclipse's error log. Also unrolled the foreach loop on ServiceLoader, because any given .next() call can throw a ServiceLoaderError, which we now handle somewhat more nicely. | |||
2009-06-12 | Error reporting now works - we can use the error reporting on decoding ↵ | Reinier Zwitserloot | |
annotation arguments for other places! Because this stuff works so well now, I bumped the version number as well. | |||
2009-06-12 | Whoops. Bugfix for enums. They get parsed correctly now! | Reinier Zwitserloot | |
2009-06-12 | Now everything works; handlers are called via SPI, and annotations are being ↵ | Reinier Zwitserloot | |
parsed. w00t! |