Yeah, like with builder methods which use the name after "build" as the Service ID.
For example, to have the ID "SomeTask": > @Startup("before:SomeOtherOne") > public void startupSomeTask() { } On Fri, May 31, 2013 at 9:50 AM, Lance Java <lance.j...@googlemail.com>wrote: > I'm not sure this would work. OrderedConfiguration requires that every > entry has a unique id and @Startup does not require an id. I guess you > could use ModuleClass.methodName for the default id but it's messy. >