I've just switched to doing some prototyping in 1.0.1, and have noticed that rather than using imports to qualify the names of field types and annotation types, it has started to fully-qualify them all.
Given that this is not typically how java looks, particularly entities, is there any way to go back to imports? I'd rather have neat, clean-looking entities.


Reply With Quote