Class ServiceGenerator
- java.lang.Object
-
- dagger.hilt.android.processor.internal.androidentrypoint.ServiceGenerator
-
public final class ServiceGenerator extends java.lang.ObjectGenerates an Hilt Service class for the @AndroidEntryPoint annotated class.
-
-
Constructor Summary
Constructors Constructor Description ServiceGenerator(androidx.room.compiler.processing.XProcessingEnv env, AndroidEntryPointMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate()
-
-
-
Constructor Detail
-
ServiceGenerator
public ServiceGenerator(androidx.room.compiler.processing.XProcessingEnv env, AndroidEntryPointMetadata metadata)
-
-