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 optional annotations artifact with SingleIn and ForScope #725

Merged
merged 5 commits into from
Aug 8, 2023
Merged

add optional annotations artifact with SingleIn and ForScope #725

merged 5 commits into from
Aug 8, 2023

Commits on Aug 1, 2023

  1. Add @SingleIn scope and @Forscope qualifier annotations

    These 2 optional annotations can be used to avoid having to manually
    define scope annotations for each component or qualifier annotations
    for each object that can clash with other. Instead all components can
    use SingleIn with the same scope marker as the corresponding
    MergeComponent/MergeSubcomponent/ContributesSubcomponent annotation uses.
    In the same way ForScope can be used with that scope marker to qualify
    bindings or provisions in a certain component.
    gabrielittner committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8864309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4034150 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Apply suggestions from code review

    Co-authored-by: Joel Wilcox <[email protected]>
    gabrielittner and JoelWilcox authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    156a1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f175ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f555ec1 View commit details
    Browse the repository at this point in the history