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