Class KspDisableInstallInCheckProcessor
- java.lang.Object
-
- androidx.room.compiler.processing.ksp.KspBasicAnnotationProcessor
-
- dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
-
- dagger.hilt.processor.internal.disableinstallincheck.KspDisableInstallInCheckProcessor
-
- All Implemented Interfaces:
androidx.room.compiler.processing.XBasicAnnotationProcessor,com.google.devtools.ksp.processing.SymbolProcessor
public final class KspDisableInstallInCheckProcessor extends KspBaseProcessingStepProcessor
Processes the annotations annotated withdagger.hilt.migration.DisableInstallInCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKspDisableInstallInCheckProcessor.ProviderProvides theKspDisableInstallInCheckProcessor.
-
Constructor Summary
Constructors Constructor Description KspDisableInstallInCheckProcessor(com.google.devtools.ksp.processing.SymbolProcessorEnvironment symbolProcessorEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisableInstallInCheckProcessingStepprocessingStep()-
Methods inherited from class dagger.hilt.processor.internal.KspBaseProcessingStepProcessor
initialize, postRound, preRound, processingSteps
-
-
-
-
Method Detail
-
processingStep
public DisableInstallInCheckProcessingStep processingStep()
- Specified by:
processingStepin classKspBaseProcessingStepProcessor
-
-