`<T> T ServiceRegistry.autobuild(Class<T> type)` ```java @Service public Foo createFoo(@Autobuild Bar bar) { return new Foo(bar); } ```