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
Currently Taffy's Factory looks for setter functions named set[BeanName], and if found passes the bean singleton to it. If we add a check for properties named [BeanName] then that could make for more terse resources. Terse === Good.