# README
component
Component scanning and dependency injection
# Functions
CompileType returns the compile-time type of the component marker.
Tag retrieves the tag for the given component.
Type returns the reflect type of the component marker.
TypeTag retrieves the tag for a reflect.Type representation of a component.
# Interfaces
Marker interface that represents something to be scanned for.