Sylvain Moindron
val beans = beans { val prop = env.getMyConfigurationProperties ???? prop.aList.foreach{ it -> bean { CustomBean(it) } } }