Module: Copland::Instantiator
- Defined in:
- lib/copland/instantiator/simple.rb,
lib/copland/instantiator/complex.rb,
lib/copland/instantiator/abstract.rb,
lib/copland/instantiator/identity.rb
Defined Under Namespace
Classes: Abstract, Complex, Identity, Simple
Constant Summary collapse
- POOL_NAME =
The name of the ClassFactory pool associated with instantiators.
"instantiator"