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

Remove Enhancement.BeanDefiningAnnotations #569

Merged
merged 1 commit into from
Dec 2, 2021

Commits on Dec 1, 2021

  1. Remove Enhancement.BeanDefiningAnnotations

    The marker annotation `@Enhancement.BeanDefiningAnnotations`
    used to represent all bean defining annotations for the purpose
    of restricting the set of types on which `@Enhancement` should
    be performed. That, however, is pretty useless: `@Enhancement`
    is only performed on types that were discovered during type
    discovery, and all such types have a bean defining annotation.
    (Either they have it directly, or `@Dependent` is implied
    in case of classes added through `@Discovery` that don't have
    a bean defining annotation.)
    Ladicek committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d0c556b View commit details
    Browse the repository at this point in the history