//! Trait and structs used by the #derive macro to build Component objects
// =======================================================================
// LIBRARY IMPORTS
// =======================================================================
use Any;
use AnyMap;
use Container;
use ParameterMap;
// =======================================================================
// TYPE, TRAIT, STRUCT DEFINITION
// =======================================================================