Release v0.3.2
What's Changed
- Initialize generated interface fields with
RemapStub.value()so the Java
source compiles without embedding or inlining literal constants. - Omit redundant
staticandfinalmodifiers from generated interface
fields while keeping class-field output unchanged.