question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Componentless builders

See original GitHub issue

We’re planning on adding a feature to Dagger that allows users to create builders that, rather than building an @Component type, build a normal object that a component could return from an entry point. A design document for that is available here.

This issue is mostly for tracking the feature and a request for feedback on the proposed API.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Nov 8, 2018

Instance.Builder?

On Tue, Nov 6, 2018, 7:51 PM Zac Sweers <notifications@github.com wrote:

Can something other than Component be used? It’s such an overloaded term already, and this flip-around feels pretty obtuse

Instead of

@Component.Builderinterface FooBuilder { @BindsInstance FooBuilder bar(Bar bar); FooBuilder bazModule(BazModule baz);

@Component(modules = …) Foo build(); }

Maybe

@Component.Builderinterface FooBuilder { @BindsInstance FooBuilder bar(Bar bar); FooBuilder bazModule(BazModule baz);

@Elide(modules = …) Foo build(); }

Or @Direct, or @Component.Direct or something to better differentiate this API/behavior

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/dagger/issues/1318#issuecomment-436474874, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEcOReJVb2ivDv1LtXlBSPnVSePwWks5usjyggaJpZM4YCpQq .

1reaction
cgdeckercommented, Oct 30, 2018

Link should be working now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Componentless: a architecture pattern for low-code age.
Componentless architecture is an architectural pattern, it refers to a large number of rely on third-party components (runtime dependent ...
Read more >
Componentless: a architecture pattern for low-code age.
Componentless architecture is an architectural pattern, it refers to a large number of rely on third-party components (runtime dependent ...
Read more >
Component Builders, Inc. - Home | Facebook
We are a wood roof truss, floor truss and wall panel manufacturer located in Mooreville, MS. 679 Road 1409, Mooreville, MS 38857.
Read more >
Deeplinking Componentless Routes With Child Routes in ...
"Den Apfel essen, das wollte er": What is this construction called? With Legacy bitcoin addresses deprecated, will Bitcoin Core no longer be ...
Read more >
Route - Angular
Usage noteslink · Simple Configurationlink · Multiple Outletslink · Wild Cardslink · Redirectslink · Empty Pathlink · Matching Strategylink · Componentless Routeslink.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found