-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: core
UserProperty may contain nested objects that depend on User.
On User reconfiguration setUser(User) is called so it should be non-final to have ability override it and update references in nested objects.
I want store some configs in nested classes without messing all logic in UserProperty class.