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
Right now using java.beans.Introspector requires setters to return void, which prevents having convenient setters which return this. Really I don't care about java beans' rules, we could just find all getX and setX methods and call it a day.