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 a test that uses `Supplier<T> wrt #519 #521

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

rbygrave
Copy link
Contributor

Note that with Supplier<T> its a little different than Provider<T> in that Provider<T> is used to support circular dependency wiring so its a way to delay the wiring (until after all the constructors are called).

We don't have that limitation with Supplier.

Note that with `Supplier<T>` its a little different than `Provider<T>` in that `Provider<T>` is used to support circular dependency wiring so its a way to delay the wiring (until after all the constructors are called).

We don't have that limitation with Supplier.
@rbygrave rbygrave requested a review from SentryMan March 12, 2024 10:14
@rbygrave rbygrave self-assigned this Mar 12, 2024
@rbygrave rbygrave merged commit f79353e into master Mar 12, 2024
7 checks passed
@rbygrave rbygrave deleted the feature/add-test-using-supplier branch March 12, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant