Emmanuel Bernard reports:
When inside a method (not before), when I ask for autocompletion on an annotation class I get
clazz.getAnnotation(Tab
=> clazz.getAnnotation(@TableGenerator( )
rather than
=> clazz.getAnnotation(TableGenerator
This is kinda annoying on a daily basis 