You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objects which composite a member of their own class can get into an infinite recursion if no such object is explicitly provided to them (they instead try to composite themselves). Add an option to the objectBuilder directive (or maybe even automate this) that indicates that an object of the class must be explicitly provided to avoid this problem.
The text was updated successfully, but these errors were encountered:
Objects which composite a member of their own class can get into an infinite recursion if no such object is explicitly provided to them (they instead try to composite themselves). Add an option to the
objectBuilder
directive (or maybe even automate this) that indicates that an object of the class must be explicitly provided to avoid this problem.The text was updated successfully, but these errors were encountered: