Searched defs:ProductionComponent (Results 1 - 1 of 1) sorted by relevance

/external/dagger2/producers/src/main/java/dagger/producers/
H A DProductionComponent.java32 * have the name of the type annotated with {@code @ProductionComponent} prepended with
33 * {@code Dagger}. For example, {@code @ProductionComponent interface MyComponent {...}} will
42 * <p>Every type annotated with {@code @ProductionComponent} must contain at least one abstract
72 public @interface ProductionComponent { interface
86 * interface annotated with {@code @ProductionComponent.Builder}. If they do, then the component's
104 * For example, this could be a valid {@code ProductionComponent} with a builder: <pre><code>
105 * {@literal @}ProductionComponent(modules = {BackendModule.class, FrontendModule.class})
109 * {@literal @}ProductionComponent.Builder

Completed in 107 milliseconds