Class DisableInstallInCheckProcessingStep

  • All Implemented Interfaces:
    androidx.room.compiler.processing.XProcessingStep

    public final class DisableInstallInCheckProcessingStep
    extends BaseProcessingStep
    Processes the annotations annotated with dagger.hilt.migration.DisableInstallInCheck
    • Constructor Detail

      • DisableInstallInCheckProcessingStep

        public DisableInstallInCheckProcessingStep​(androidx.room.compiler.processing.XProcessingEnv env)
    • Method Detail

      • annotationClassNames

        protected com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> annotationClassNames()
        Overrides:
        annotationClassNames in class BaseProcessingStep
      • processEach

        public void processEach​(com.squareup.javapoet.ClassName annotation,
                                androidx.room.compiler.processing.XElement element)
        Overrides:
        processEach in class BaseProcessingStep