13141516171819
private SimpleBean simpleBean; @Bean public CompositeBean getCompositeBean() { return new CompositeBean(this.simpleBean); }