Class ComponentInstanceRegistry_Factory
- java.lang.Object
-
- org.palladiosimulator.simulizar.runtimestate.ComponentInstanceRegistry_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<ComponentInstanceRegistry>
,javax.inject.Provider<ComponentInstanceRegistry>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class ComponentInstanceRegistry_Factory extends Object implements dagger.internal.Factory<ComponentInstanceRegistry>
-
-
Constructor Summary
Constructors Constructor Description ComponentInstanceRegistry_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentInstanceRegistry_Factory
create()
ComponentInstanceRegistry
get()
static ComponentInstanceRegistry
newInstance()
-
-
-
Method Detail
-
get
public ComponentInstanceRegistry get()
- Specified by:
get
in interfacejavax.inject.Provider<ComponentInstanceRegistry>
-
create
public static ComponentInstanceRegistry_Factory create()
-
newInstance
public static ComponentInstanceRegistry newInstance()
-
-