Skip to content

Introduce @Role annotation [SPR-8260] #12908

@spring-projects-issues

Description

@spring-projects-issues

Chris Beams opened SPR-8260 and commented

e.g.:

@Configuration
public class Config {
    @Bean
    @Role(BeanDefinition.ROLE_INFRASTRUCTURE)
    public SomeBPP bpp() {
        // ...
    }
}

No further details from SPR-8260

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions