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
Overridden setters are currently bypassed by the constructor if key-value initialization is used. Either SmartProperties#initialize has to be changed or Property#set needs to accommodate for potentially overridden setters.
Overridden setters are currently bypassed by the constructor if key-value initialization is used. Either
SmartProperties#initializehas to be changed orProperty#setneeds to accommodate for potentially overridden setters.