Re: Ordering Constraints for @Startup

2011-10-18 Thread Steve Eynon
I mentioned this for until ordering constraints are added to @Startup, it can not be a complete replacement for contributing to RegistryStartup (which I assume was the point). And as there is already an @Order annotation for use with decorators, I thought it'd be handy if it also worked with @Star

Ordering Constraints for @Startup

2011-09-29 Thread Steve Eynon
I like using the @Startup annotation in my Modules for it makes my code a lot more succinct than contributing Runnables to the RegistryStartup service. But when I need to order the startup method I am forced to use the later for @Startup does not seem to take ordering constraints. For instance, I