public property isAccessible as Boolean:
Allows reflective access to non-public constructors when enabled.
ctor = User.type.getConstructor() ctor.isAccessible = true