Current behaviour forces to duplicate the same factories for different types.
Code above will be the same for a factory that produces elements and for a factory that produces components.
Possible Solution
A possible solution is creating toAutoTaggedFactory method in container.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Auto tagged factory functionality allows skipping the next code boilerplate code:
Current Behavior
Current behaviour forces to duplicate the same factories for different types.
Code above will be the same for a factory that produces elements and for a factory that produces components.
Possible Solution
A possible solution is creating toAutoTaggedFactory method in container.
The text was updated successfully, but these errors were encountered: