ebul-cmp/TODO
Emmanuel BENOîT 5032e44182 Changes for component-provided names
* The component registration record may now include a "name provider" (a
function returning a string based on an instance of the component),
which will be used to determine the component's name.
* NameProvider annotation indicates a method that returns the
component's name
2015-09-17 13:33:39 +02:00

12 lines
No EOL
398 B
Text

To Do:
* Test for ComponentState.{init,destroy} and driver-related stuff
* Registry tests
* Registry doc
* General usage documentation
* Automatically-updated singletons
* Document exceptions
Other ideas (maybe later if needed):
* Unregistering components
* Hierarchy of registries
* Driver-related helpers (e.g. determine type of driver components, register/unregister drivers with main)