Improvements
Annotations for virtual entity properties
Virtual entity properties are now supported in EntityAnnotator. Those added annotations can even be used in IDEs to "detect usage" of those inside the code for these virtual properties (get...() methods
). So the annotations are really useful to keep in sync with your code.
An example can be found here.