Cool!
It would be good to have a sweep through and clean up the system services as well as the samples.
I'll start on the loaders.

--
Jeremy

On Jul 14, 2006, at 10:12 PM, Jim Marino wrote:

I've checked in support for constructor-based autowiring. System components can now do the following:

   private static class FooImpl implements Foo {
        private Bar ref;

        public FooImpl(@Autowire Bar ref) {
            this.ref = ref;
        }

    }

When creating FooImpl, the runtime will pass an autowired Bar to the constructor.

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to