| Interface | Description |
|---|---|
| ViewFactory |
An interface for abstracting the two-argument
View constructor that is used during
XML-based layout inflation. |
| Class | Description |
|---|---|
| InflationInjectFactory |
A factory for
LayoutInflater which can create
@InflationInject-annotated views. |
| Annotation Type | Description |
|---|---|
| Inflated |
Denotes the
Context and/or AttributeSet parameters of an
@InflationInject-annotated view constructor which are fulfilled by the
layout inflater rather than the dependency graph. |
| InflationInject |
Denotes a view constructor which will be used for inflation.
|
| InflationModule |
Mark a Dagger
@Module which will have a peer module generated with bindings for all of
the @InflationInject-annotated types in this compilation unit. |