Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add BeanConfigurator.priority #532

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Commits on Sep 22, 2021

  1. add BeanConfigurator.priority

    This is to allow setting a priority for synthetic beans created
    using `BeanConfigurator`.
    
    I briefly considered if `priority` should be added to
    `BeanAttributesConfigurator` as well, but that would have
    a ripple effect. It also doesn't reflect the present reality.
    A custom `Bean` implementation can be added a priority
    by implementing the `Prioritized` interface. Adding only
    `BeanConfigurator.priority` is a perfect mirror of that
    in the configurator API.
    Ladicek committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7da45de View commit details
    Browse the repository at this point in the history