A ContainerAdder is component that is responsible to scan
a symbol for it's members, transform them using passed Transformers,
and add them to storage.
enumboolisContainerAdder(T, aliasX = Object);
Return Value
true if it implements ContainerAdder interface, false otherwise
Check if T implements ContainerAdder interface.
A ContainerAdder is component that is responsible to scan a symbol for it's members, transform them using passed Transformers, and add them to storage.