v0.9.1
0.9.1
-
The result of
ConstantReader.revive()now returns aRevivablethat assumes
access to a private class, constructor, or function instead ofnullwhere
possible. This allows generators that usepartfiles to still use this
functionality and allows generators that use separate libraries to emit more
actionable error messages (i.e."cannot use private class _X"). -
Revivable.isPrivatenow returnstruewhen the underyling class was public
but the constructor was private, or theRevivablewas pointing to a
top-level or static private field or method. Previously it was onlytrue
when referencing a private class.