Class ComponentTreeDepsProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
androidx.room.compiler.processing.javac.JavacBasicAnnotationProcessor
dagger.hilt.processor.internal.JavacBaseProcessingStepProcessor
dagger.hilt.processor.internal.root.ComponentTreeDepsProcessor
- All Implemented Interfaces:
androidx.room.compiler.processing.XBasicAnnotationProcessor,Processor
@IncrementalAnnotationProcessor(ISOLATING)
@AutoService(javax.annotation.processing.Processor.class)
public final class ComponentTreeDepsProcessor
extends JavacBaseProcessingStepProcessor
Processor that outputs dagger components based on transitive build deps.
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dagger.hilt.processor.internal.JavacBaseProcessingStepProcessor
additionalProcessingOptions, getSupportedOptions, getSupportedSourceVersion, initialize, postRound, preRound, processingStepsMethods inherited from class androidx.room.compiler.processing.javac.JavacBasicAnnotationProcessor
getSupportedAnnotationTypes, getXProcessingEnv, init, processMethods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, isInitialized
-
Constructor Details
-
ComponentTreeDepsProcessor
public ComponentTreeDepsProcessor()
-
-
Method Details
-
processingStep
- Specified by:
processingStepin classJavacBaseProcessingStepProcessor
-