Add support for the `type` attribute of `@ServiceConnection`: We want to generate something like this: ```java @Bean @ServiceConnection(type = RabbitStreamConnectionDetails.class) RabbitMQContainer rabbitContainer() { return ... } ```