persistence
persistence copied to clipboard
Fix RuntimeReflectionProperty not working with static properties
Fixes #420.
My assumption here is that using the native ReflectionProperty for static properties won't cause the lazy proxy classes to get instantiated. The tests seem to confirm that.