You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parser now supports import(...) syntax in type uses and annotations. #62
import(...) syntax now supports static imports via import(static ...). #62
Bugfixes
The code generator now properly removes PropertyChange members when they are not needed. #63
The code generator now correctly determines when PropertyChange members are needed, depending on attributes, associations, potential super classes and the use of POJO property style. #63