Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Adding support for generic builder interface.#148

Open
Laimiux wants to merge 1 commit intoJakeWharton:masterfrom
Laimiux:laimonas/generic_component_builder
Open

Adding support for generic builder interface.#148
Laimiux wants to merge 1 commit intoJakeWharton:masterfrom
Laimiux:laimonas/generic_component_builder

Conversation

@Laimiux
Copy link
Copy Markdown
Contributor

@Laimiux Laimiux commented Jul 18, 2019

Added a test + implementation for the following use case:

// Generic builder interface
interface ComponentBuilder<Component> {
  Component build()
}

@Component
interface MyComponent {
  @Component.Builder
  interface MyBuilder extends ComponentBuilder<Component> {

  }
}

@Laimiux Laimiux force-pushed the laimonas/generic_component_builder branch from 9c571a5 to 5d3c9b1 Compare August 9, 2019 17:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant