Specifies some basic component interfaces to control components. These control interfaces can be provided by components that are able to control the corresponding "aspects". For example, a component which can start and stop itself can provide the {@link org.objectweb.fractal.api.control.LifeCycleController LifeCycleController} interface, a component that can control its bindings can provide the {@link org.objectweb.fractal.api.control.BindingController BindingController} interface, and so on. @since Fractal 0.8.0