Class BaseComponent

java.lang.Object
xbot.common.injection.components.BaseComponent
Direct Known Subclasses:
PurePursuitTestComponent, SimulationComponent

public abstract class BaseComponent extends Object
Base class for all Components that provides methods to get implementations from DI. Implementations of this abstract class map Modules to the Component. Dagger will automatically generate a class with the prefix "Dagger" in the same package.