|
|
|
|
|
by JamesXNelson
4167 days ago
|
|
My implementation in GWT lets you control how much is retained by using annotations to control the retention level. It even gives you the option to defer loading reflection until a future code split, such that you only download the extra bytes for reflection support when you will actually need it. See above for link. |
|