MetadataDecoratedGenericFactory

A decorator over generic factory, that sole purpose is to contain additional metadata usable for register api primitives.

Members

Properties

identity
string identity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
identity
string identity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
storage
Storage!(ObjectFactory, string) storage [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
storage
Storage!(ObjectFactory, string) storage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
storageIdentity
string storageIdentity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
storageIdentity
string storageIdentity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
wrapper
ObjectFactory wrapper [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
wrapper
ObjectFactory wrapper [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta