| ActivityGenerator |
Generates an Hilt Activity class for the @AndroidEntryPoint annotated class.
|
| AndroidEntryPointMetadata |
Metadata class for @AndroidEntryPoint annotated classes.
|
| AndroidEntryPointProcessor |
Processor that creates a module for classes marked with dagger.hilt.android.AndroidEntryPoint.
|
| ApplicationGenerator |
Generates an Hilt Application for an @AndroidEntryPoint app class.
|
| BroadcastReceiverGenerator |
Generates an Hilt BroadcastReceiver class for the @AndroidEntryPoint annotated class.
|
| FragmentGenerator |
Generates an Hilt Fragment class for the @AndroidEntryPoint annotated class.
|
| InjectorEntryPointGenerator |
Generates an entry point that allows for injection of the given activity
|
| ServiceGenerator |
Generates an Hilt Service class for the @AndroidEntryPoint annotated class.
|
| ViewGenerator |
Generates an Hilt View class for the @AndroidEntryPoint annotated class.
|