Package com.google.caliper.worker
Class AggregateAllocationsRecorder_Factory
- java.lang.Object
-
- com.google.caliper.worker.AggregateAllocationsRecorder_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.google.caliper.worker.AggregateAllocationsRecorder>,javax.inject.Provider<com.google.caliper.worker.AggregateAllocationsRecorder>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://google.github.io/dagger") public final class AggregateAllocationsRecorder_Factory extends Object implements dagger.internal.Factory<com.google.caliper.worker.AggregateAllocationsRecorder>
-
-
Constructor Summary
Constructors Constructor Description AggregateAllocationsRecorder_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregateAllocationsRecorder_Factorycreate()com.google.caliper.worker.AggregateAllocationsRecorderget()static com.google.caliper.worker.AggregateAllocationsRecordernewInstance()
-
-
-
Method Detail
-
get
public com.google.caliper.worker.AggregateAllocationsRecorder get()
- Specified by:
getin interfacejavax.inject.Provider<com.google.caliper.worker.AggregateAllocationsRecorder>
-
create
public static AggregateAllocationsRecorder_Factory create()
-
newInstance
public static com.google.caliper.worker.AggregateAllocationsRecorder newInstance()
-
-