Description
If you have @BeanConfig(bpi) defined on a REST method and @Bean(bpi) defined on the bean returned by that method, the @BeanConfig(bpi) is ignored. The @BeanConfig annotation should take precedence.
If you have @BeanConfig(bpi) defined on a REST method and @Bean(bpi) defined on the bean returned by that method, the @BeanConfig(bpi) is ignored. The @BeanConfig annotation should take precedence.